591553ca7e3287e20a2900a3077eaee265279170
[obnox/cwrap/uid_wrapper.git] / config.h.cmake
1 /* Name of package */
2 #cmakedefine PACKAGE "${APPLICATION_NAME}"
3
4 /* Version number of package */
5 #cmakedefine VERSION "${APPLICATION_VERSION}"
6
7 #cmakedefine LOCALEDIR "${LOCALE_INSTALL_DIR}"
8 #cmakedefine DATADIR "${DATADIR}"
9 #cmakedefine LIBDIR "${LIBDIR}"
10 #cmakedefine PLUGINDIR "${PLUGINDIR}"
11 #cmakedefine SYSCONFDIR "${SYSCONFDIR}"
12 #cmakedefine BINARYDIR "${BINARYDIR}"
13 #cmakedefine SOURCEDIR "${SOURCEDIR}"
14
15 /************************** HEADER FILES *************************/
16
17 #cmakedefine HAVE_SYS_TYPES_H 1
18 #cmakedefine HAVE_SYS_SYSCALL_H 1
19 #cmakedefine HAVE_SYSCALL_H 1
20 #cmakedefine HAVE_UNISTD_H 1
21 #cmakedefine HAVE_GRP_H 1
22
23 /*************************** FUNCTIONS ***************************/
24
25 /* Define to 1 if you have the `seteuid' function. */
26 #cmakedefine HAVE_SETEUID 1
27
28 /* Define to 1 if you have the `setreuid' function. */
29 #cmakedefine HAVE_SETREUID 1
30
31 /* Define to 1 if you have the `setresuid' function. */
32 #cmakedefine HAVE_SETREUID 1
33
34 /* Define to 1 if you have the `setegid' function. */
35 #cmakedefine HAVE_SETEGID 1
36
37 /* Define to 1 if you have the `setregid' function. */
38 #cmakedefine HAVE_SETREGID 1
39
40 /* Define to 1 if you have the `setresgid' function. */
41 #cmakedefine HAVE_SETREGID 1
42
43 /* Define to 1 if you have the `syscall' function. */
44 #cmakedefine HAVE_SYSCALL 1
45
46 /*************************** LIBRARIES ***************************/
47
48 /**************************** OPTIONS ****************************/
49
50 #cmakedefine HAVE_LINUX_32BIT_SYSCALLS 1
51
52 #cmakedefine HAVE_GCC_THREAD_LOCAL_STORAGE 1
53
54 /*************************** ENDIAN *****************************/
55
56 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
57    significant byte first (like Motorola and SPARC, unlike Intel). */
58 #cmakedefine WORDS_BIGENDIAN 1