/usr/include/zsh/Modules/example.mdh is in zsh-dev 5.1.1-1ubuntu2.3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | #ifndef have_zshQsexample_module
#define have_zshQsexample_module
# ifndef IMPORTING_MODULE_zshQsexample
# ifndef MODULE
# define boot_ boot_zshQsexample
# define cleanup_ cleanup_zshQsexample
# define features_ features_zshQsexample
# define enables_ enables_zshQsexample
# define setup_ setup_zshQsexample
# define finish_ finish_zshQsexample
# endif /* !MODULE */
# endif /* !IMPORTING_MODULE_zshQsexample */
/* Module dependencies */
# define IMPORTING_MODULE_zshQsmain 1
# include <zsh/../../Src/zsh.mdh>
# undef mod_import_variable
# undef mod_import_function
# if defined(IMPORTING_MODULE_zshQsexample) && defined(MODULE)
# define mod_import_variable
# define mod_import_function
# else
# define mod_import_function
# define mod_import_variable
# endif /* IMPORTING_MODULE_zshQsexample && MODULE */
# include <zsh/example.epro>
# undef mod_import_variable
# define mod_import_variable
# undef mod_import_variable
# define mod_import_variable
# ifndef mod_export
# define mod_export
# endif /* mod_export */
#endif /* !have_zshQsexample_module */
|