Update README.install
[uid_wrapper.git] / config.h.cmake
1 /* Name of package */
2 #cmakedefine PACKAGE "${PROJECT_NAME}"
3
4 /* Version number of package */
5 #cmakedefine VERSION "${PROJECT_VERSION}"
6
7 #cmakedefine BINARYDIR "${BINARYDIR}"
8 #cmakedefine SOURCEDIR "${SOURCEDIR}"
9
10 /************************** HEADER FILES *************************/
11
12 #cmakedefine HAVE_SYS_TYPES_H 1
13 #cmakedefine HAVE_SYS_SYSCALL_H 1
14 #cmakedefine HAVE_SYSCALL_H 1
15 #cmakedefine HAVE_UNISTD_H 1
16 #cmakedefine HAVE_GRP_H 1
17
18 /*************************** FUNCTIONS ***************************/
19
20 /* Define to 1 if you have the `seteuid' function. */
21 #cmakedefine HAVE_SETEUID 1
22
23 /* Define to 1 if you have the `setreuid' function. */
24 #cmakedefine HAVE_SETREUID 1
25
26 /* Define to 1 if you have the `setresuid' function. */
27 #cmakedefine HAVE_SETRESUID 1
28
29 /* Define to 1 if you have the `getresuid' function. */
30 #cmakedefine HAVE_GETRESUID 1
31
32 /* Define to 1 if you have the `setegid' function. */
33 #cmakedefine HAVE_SETEGID 1
34
35 /* Define to 1 if you have the `setregid' function. */
36 #cmakedefine HAVE_SETREGID 1
37
38 /* Define to 1 if you have the `setresgid' function. */
39 #cmakedefine HAVE_SETRESGID 1
40
41 /* Define to 1 if you have the `getresgid' function. */
42 #cmakedefine HAVE_GETRESGID 1
43
44 /* Define to 1 if you have the `setgroups' function. */
45 #cmakedefine HAVE_SETGROUPS 1
46 #cmakedefine HAVE_SETGROUPS_INT 1
47
48 /* Define to 1 if you have the `syscall' function. */
49 #cmakedefine HAVE_SYSCALL 1
50 #cmakedefine HAVE_SYSCALL_INT 1
51
52 /*************************** LIBRARIES ***************************/
53
54 /**************************** OPTIONS ****************************/
55
56 #cmakedefine HAVE_APPLE 1
57
58 #cmakedefine HAVE_LINUX_32BIT_SYSCALLS 1
59
60 #cmakedefine HAVE_GCC_THREAD_LOCAL_STORAGE 1
61 #cmakedefine HAVE_GCC_ATOMIC_BUILTINS 1
62 #cmakedefine HAVE_CONSTRUCTOR_ATTRIBUTE 1
63 #cmakedefine HAVE_DESTRUCTOR_ATTRIBUTE 1
64 #cmakedefine HAVE_PRAGMA_INIT 1
65 #cmakedefine HAVE_PRAGMA_FINI 1
66 #cmakedefine HAVE_ADDRESS_SANITIZER_ATTRIBUTE 1
67 #cmakedefine HAVE_FUNCTION_ATTRIBUTE_FORMAT 1
68 #cmakedefine HAVE_FALLTHROUGH_ATTRIBUTE 1
69
70 /*************************** ENDIAN *****************************/
71
72 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
73    significant byte first (like Motorola and SPARC, unlike Intel). */
74 #cmakedefine WORDS_BIGENDIAN 1