/usr/include/zsh/compat.epro is in zsh-dev 5.0.2-3ubuntu6.
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 | /* Generated automatically */
#ifndef have_Src_compat_globals
#define have_Src_compat_globals
extern mod_import_function long zpathmax _((char*dir));
extern mod_import_function long zopenmax _((void));
extern mod_import_function char*zgetdir _((struct dirsav*d));
extern char*zgetcwd _((void));
extern mod_import_function int zchdir _((char*dir));
#ifdef ZSH_64_BIT_TYPE
extern mod_import_function char*output64 _((zlong val));
#endif /* ZSH_64_BIT_TYPE */
#if defined(BROKEN_WCWIDTH) && (defined(__STDC_ISO_10646__) || defined(__APPLE__))
extern int mk_wcwidth _((wchar_t ucs));
#endif /* BROKEN_WCWIDTH && (__STDC_ISO_10646__ || __APPLE__) */
#endif /* !have_Src_compat_globals */
|