1 /* Name of package */
2 #define PACKAGE "uid_wrapper"
3 
4 /* Version number of package */
5 #define VERSION "1.1.1"
6 
7 /* #undef LOCALEDIR */
8 #define DATADIR "/usr/local/share/uid_wrapper"
9 #define LIBDIR "/usr/local/lib"
10 #define PLUGINDIR "/usr/local/lib/uid_wrapper-0"
11 #define SYSCONFDIR "/usr/local/etc"
12 #define BINARYDIR "/home/asn/workspace/projects/uid_wrapper/obj32"
13 #define SOURCEDIR "/home/asn/workspace/projects/uid_wrapper"
14 
15 /************************** HEADER FILES *************************/
16 
17 #define HAVE_SYS_TYPES_H 1
18 #define HAVE_SYS_SYSCALL_H 1
19 #define HAVE_SYSCALL_H 1
20 #define HAVE_UNISTD_H 1
21 #define HAVE_GRP_H 1
22 
23 /*************************** FUNCTIONS ***************************/
24 
25 /* Define to 1 if you have the `seteuid' function. */
26 #define HAVE_SETEUID 1
27 
28 /* Define to 1 if you have the `setreuid' function. */
29 #define HAVE_SETREUID 1
30 
31 /* Define to 1 if you have the `setresuid' function. */
32 #define HAVE_SETRESUID 1
33 
34 /* Define to 1 if you have the `getresuid' function. */
35 #define HAVE_GETRESUID 1
36 
37 /* Define to 1 if you have the `setegid' function. */
38 #define HAVE_SETEGID 1
39 
40 /* Define to 1 if you have the `setregid' function. */
41 #define HAVE_SETREGID 1
42 
43 /* Define to 1 if you have the `setresgid' function. */
44 #define HAVE_SETRESGID 1
45 
46 /* Define to 1 if you have the `getresgid' function. */
47 #define HAVE_GETRESGID 1
48 
49 /* Define to 1 if you have the `setgroups' function. */
50 #define HAVE_SETGROUPS 1
51 /* #undef HAVE_SETGROUPS_INT */
52 
53 /* Define to 1 if you have the `syscall' function. */
54 #define HAVE_SYSCALL 1
55 /* #undef HAVE_SYSCALL_INT */
56 
57 /*************************** LIBRARIES ***************************/
58 
59 /**************************** OPTIONS ****************************/
60 
61 /* #undef HAVE_APPLE */
62 
63 #define HAVE_LINUX_32BIT_SYSCALLS 1
64 
65 #define HAVE_GCC_THREAD_LOCAL_STORAGE 1
66 #define HAVE_GCC_ATOMIC_BUILTINS 1
67 #define HAVE_CONSTRUCTOR_ATTRIBUTE 1
68 #define HAVE_DESTRUCTOR_ATTRIBUTE 1
69 #define HAVE_ADDRESS_SANITIZER_ATTRIBUTE 1
70 #define HAVE_FUNCTION_ATTRIBUTE_FORMAT 1
71 
72 /*************************** ENDIAN *****************************/
73 
74 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
75    significant byte first (like Motorola and SPARC, unlike Intel). */
76 /* #undef WORDS_BIGENDIAN */
77