/usr/include/zsh/zshxmods.h 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 | #define LINKED_XMOD_zshQsmain 1
#ifdef DYNAMIC
# define UNLINKED_XMOD_zshQsrlimits 1
#endif
#ifdef DYNAMIC
# define UNLINKED_XMOD_zshQssched 1
#endif
#ifdef DYNAMIC
# define UNLINKED_XMOD_zshQsparameter 1
#endif
#ifdef DYNAMIC
# define UNLINKED_XMOD_zshQstermcap 1
#endif
#ifdef DYNAMIC
# define UNLINKED_XMOD_zshQsterminfo 1
#endif
#ifdef DYNAMIC
# define UNLINKED_XMOD_zshQszutil 1
#endif
#ifdef DYNAMIC
# define UNLINKED_XMOD_zshQscompctl 1
#endif
#ifdef DYNAMIC
# define UNLINKED_XMOD_zshQscomplete 1
#endif
#ifdef DYNAMIC
# define UNLINKED_XMOD_zshQscomplist 1
#endif
#ifdef DYNAMIC
# define UNLINKED_XMOD_zshQscomputil 1
#endif
#ifdef DYNAMIC
# define UNLINKED_XMOD_zshQszle 1
#endif
#ifdef DYNAMIC
# define UNLINKED_XMOD_zshQszleparameter 1
#endif
|