1 /* Name of package */
2 #define PACKAGE "socket_wrapper"
3 
4 /* Version number of package */
5 #define VERSION "1.1.7"
6 
7 /* #undef LOCALEDIR */
8 #define DATADIR "/usr/local/share/socket_wrapper"
9 #define LIBDIR "/usr/local/lib"
10 #define PLUGINDIR "/usr/local/lib/socket_wrapper-0"
11 #define SYSCONFDIR "/usr/local/etc"
12 #define BINARYDIR "/home/asn/workspace/projects/socket_wrapper/obj32"
13 #define SOURCEDIR "/home/asn/workspace/projects/socket_wrapper"
14 
15 /************************** HEADER FILES *************************/
16 
17 /* #undef HAVE_SYS_FILIO_H */
18 #define HAVE_SYS_SIGNALFD_H 1
19 #define HAVE_SYS_EVENTFD_H 1
20 #define HAVE_SYS_TIMERFD_H 1
21 #define HAVE_GNU_LIB_NAMES_H 1
22 #define HAVE_RPC_RPC_H 1
23 
24 /**************************** STRUCTS ****************************/
25 
26 #define HAVE_STRUCT_IN_PKTINFO 1
27 #define HAVE_STRUCT_IN6_PKTINFO 1
28 
29 /************************ STRUCT MEMBERS *************************/
30 
31 /* #undef HAVE_STRUCT_SOCKADDR_SA_LEN */
32 #define HAVE_STRUCT_MSGHDR_MSG_CONTROL 1
33 
34 /*************************** FUNCTIONS ***************************/
35 
36 /* Define to 1 if you have the `getaddrinfo' function. */
37 #define HAVE_GETADDRINFO 1
38 #define HAVE_SIGNALFD 1
39 #define HAVE_EVENTFD 1
40 #define HAVE_TIMERFD_CREATE 1
41 #define HAVE_BINDRESVPORT 1
42 #define HAVE_ACCEPT4 1
43 #define HAVE_OPEN64 1
44 /* #undef HAVE_PLEDGE */
45 
46 /* #undef HAVE_ACCEPT_PSOCKLEN_T */
47 /* #undef HAVE_IOCTL_INT */
48 #define HAVE_EVENTFD_UNSIGNED_INT 1
49 
50 /*************************** LIBRARIES ***************************/
51 
52 #define HAVE_GETTIMEOFDAY_TZ 1
53 /* #undef HAVE_GETTIMEOFDAY_TZ_VOID */
54 
55 /*************************** DATA TYPES***************************/
56 
57 #define SIZEOF_PID_T 4
58 
59 /**************************** OPTIONS ****************************/
60 
61 #define HAVE_GCC_THREAD_LOCAL_STORAGE 1
62 #define HAVE_CONSTRUCTOR_ATTRIBUTE 1
63 #define HAVE_DESTRUCTOR_ATTRIBUTE 1
64 #define HAVE_ADDRESS_SANITIZER_ATTRIBUTE 1
65 #define HAVE_SOCKADDR_STORAGE 1
66 #define HAVE_IPV6 1
67 #define HAVE_FUNCTION_ATTRIBUTE_FORMAT 1
68 
69 /* #undef HAVE_APPLE */
70 /* #undef HAVE_LIBSOCKET */
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