/usr/include/zsh/Zle/computil.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 | #ifndef have_zshQscomputil_module
#define have_zshQscomputil_module
# ifndef IMPORTING_MODULE_zshQscomputil
# ifndef MODULE
# define boot_ boot_zshQscomputil
# define cleanup_ cleanup_zshQscomputil
# define features_ features_zshQscomputil
# define enables_ enables_zshQscomputil
# define setup_ setup_zshQscomputil
# define finish_ finish_zshQscomputil
# endif /* !MODULE */
# endif /* !IMPORTING_MODULE_zshQscomputil */
/* Module dependencies */
# define IMPORTING_MODULE_zshQscomplete 1
# include <zsh/complete.mdh>
# define IMPORTING_MODULE_zshQszle 1
# include <zsh/zle.mdh>
# define IMPORTING_MODULE_zshQsmain 1
# include <zsh/../../Src/zsh.mdh>
# undef mod_import_variable
# undef mod_import_function
# if defined(IMPORTING_MODULE_zshQscomputil) && defined(MODULE)
# define mod_import_variable
# define mod_import_function
# else
# define mod_import_function
# define mod_import_variable
# endif /* IMPORTING_MODULE_zshQscomputil && MODULE */
# include <zsh/computil.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_zshQscomputil_module */
|