/usr/include/zsh/zsh.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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 | #ifndef have_zshQsmain_module
#define have_zshQsmain_module
# ifndef IMPORTING_MODULE_zshQsmain
# ifndef MODULE
# define boot_ boot_zshQsmain
# define cleanup_ cleanup_zshQsmain
# define features_ features_zshQsmain
# define enables_ enables_zshQsmain
# define setup_ setup_zshQsmain
# define finish_ finish_zshQsmain
# endif /* !MODULE */
# endif /* !IMPORTING_MODULE_zshQsmain */
/* Extra headers for this module */
# include <zsh/config.h>
# include <zsh/zsh_system.h>
# include <zsh/zsh.h>
# include <zsh/sigcount.h>
# include <zsh/signals.h>
# include <zsh/prototypes.h>
# include <zsh/hashtable.h>
# include <zsh/ztype.h>
# undef mod_import_variable
# undef mod_import_function
# if defined(IMPORTING_MODULE_zshQsmain) && defined(MODULE)
# define mod_import_variable
# define mod_import_function
# else
# define mod_import_function
# define mod_import_variable
# endif /* IMPORTING_MODULE_zshQsmain && MODULE */
# include <zsh/builtin.epro>
# include <zsh/compat.epro>
# include <zsh/cond.epro>
# include <zsh/context.epro>
# include <zsh/exec.epro>
# include <zsh/glob.epro>
# include <zsh/hashtable.epro>
# include <zsh/hashnameddir.epro>
# include <zsh/hist.epro>
# include <zsh/init.epro>
# include <zsh/input.epro>
# include <zsh/jobs.epro>
# include <zsh/lex.epro>
# include <zsh/linklist.epro>
# include <zsh/loop.epro>
# include <zsh/math.epro>
# include <zsh/mem.epro>
# include <zsh/module.epro>
# include <zsh/options.epro>
# include <zsh/params.epro>
# include <zsh/parse.epro>
# include <zsh/pattern.epro>
# include <zsh/prompt.epro>
# include <zsh/signals.epro>
# include <zsh/signames.epro>
# include <zsh/sort.epro>
# include <zsh/string.epro>
# include <zsh/subst.epro>
# include <zsh/text.epro>
# include <zsh/utils.epro>
# include <zsh/watch.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_zshQsmain_module */
|