zpmod  b19981f
High-performance Zsh module for script optimization and filesystem helpers
zpmod_config.h
Go to the documentation of this file.
1 #pragma once
6 #ifndef ZPMOD_CONFIG_H
7 #define ZPMOD_CONFIG_H
8 
9 #define HAVE_STDDEF_H 1
10 #define HAVE_STDINT_H 1
11 #define HAVE_STDLIB_H 1
12 #define HAVE_STDARG_H 1
13 #define HAVE_ERRNO_H 1
14 #define HAVE_UNISTD_H 1
15 #define HAVE_SYS_TYPES_H 1
16 #define HAVE_SYS_STAT_H 1
17 #define HAVE_SYS_TIME_H 1
18 #define HAVE_TIME_H 1
19 #define HAVE_PWD_H 1
20 #define HAVE_GRP_H 1
21 #define HAVE_DIRENT_H 1
22 #define HAVE_TERMIOS_H 1
23 #define HAVE_SYS_UTSNAME_H 1
24 #define HAVE_LOCALE_H 1
25 #define HAVE_LIMITS_H 1
26 #define HAVE_DLFCN_H 1
27 
28 /* Ensure correct fs syscall availability in out-of-tree builds */
29 #define HAVE_LSTAT 1
30 
31 #define HAVE_SETUID 1
32 #define HAVE_SETEUID 1
33 #define HAVE_SETGID 1
34 #define HAVE_SETEGID 1
35 #define HAVE_SETREUID 1
36 #define HAVE_SETREGID 1
37 
38 #define HAVE_TERM_H 1
39 #define POSIX_SIGNALS 1
40 #define MULTIBYTE_SUPPORT 1
41 
42 #endif /* ZPMOD_CONFIG_H */