/usr/include/zsh/zshpaths.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 | #define MODULE_DIR "/usr/lib/x86_64-linux-gnu/zsh/5.1.1"
#define SITESCRIPT_DIR "/usr/share/zsh/scripts"
#define SCRIPT_DIR "/usr/share/zsh/5.1.1/scripts"
#define SITEFPATH_DIR "/usr/local/share/zsh/site-functions"
#define FPATH_DIR "/usr/share/zsh/functions"
#define FPATH_SUBDIRS { "Calendar", "Chpwd", "Completion", "Completion/AIX", "Completion/BSD", "Completion/Base", "Completion/Cygwin", "Completion/Darwin", "Completion/Debian", "Completion/Linux", "Completion/Mandriva", "Completion/Redhat", "Completion/Solaris", "Completion/Unix", "Completion/X", "Completion/Zsh", "Completion/openSUSE", "Exceptions", "MIME", "Misc", "Newuser", "Prompts", "TCP", "VCS_Info", "VCS_Info/Backends", "Zftp", "Zle" }
#define ADDITIONAL_FPATH { "/usr/share/zsh/vendor-functions", "/usr/share/zsh/vendor-completions" }
|