GENERIC_SERVER  0.0.0.9
A light-weight, cross-platform, pluggable, extensible and secure framework for deploying C++ plug-ins.
 All Classes Files Functions Variables Typedefs Pages
config.h
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if you have the <arpa/inet.h> header file. */
5 #define HAVE_ARPA_INET_H 1
6 
7 /* Define to 1 if you have the <arpa/nameser.h> header file. */
8 #define HAVE_ARPA_NAMESER_H 1
9 
10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #define HAVE_DLFCN_H 1
12 
13 /* Define to 1 if you have the <fcntl.h> header file. */
14 #define HAVE_FCNTL_H 1
15 
16 /* Define to 1 if you have the `fork' function. */
17 #define HAVE_FORK 1
18 
19 /* Define to 1 if you have the `inet_ntoa' function. */
20 #define HAVE_INET_NTOA 1
21 
22 /* Define to 1 if you have the <inttypes.h> header file. */
23 #define HAVE_INTTYPES_H 1
24 
25 /* Define to 1 if you have the `crypto' library (-lcrypto). */
26 #define HAVE_LIBCRYPTO 1
27 
28 /* Define to 1 if you have the `dl' library (-ldl). */
29 #define HAVE_LIBDL 1
30 
31 /* Define to 1 if you have the `ssl' library (-lssl). */
32 #define HAVE_LIBSSL 1
33 
34 /* Define to 1 if you have the `localtime_r' function. */
35 #define HAVE_LOCALTIME_R 1
36 
37 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
38  to 0 otherwise. */
39 #define HAVE_MALLOC 1
40 
41 /* Define to 1 if you have the <memory.h> header file. */
42 #define HAVE_MEMORY_H 1
43 
44 /* Define to 1 if you have the `memset' function. */
45 #define HAVE_MEMSET 1
46 
47 /* Define to 1 if you have the <netdb.h> header file. */
48 #define HAVE_NETDB_H 1
49 
50 /* Define to 1 if you have the <netinet/in.h> header file. */
51 #define HAVE_NETINET_IN_H 1
52 
53 /* Define to 1 if you have the <resolv.h> header file. */
54 #define HAVE_RESOLV_H 1
55 
56 /* Define to 1 if you have the `select' function. */
57 #define HAVE_SELECT 1
58 
59 /* Define to 1 if you have the `socket' function. */
60 #define HAVE_SOCKET 1
61 
62 /* Define to 1 if stdbool.h conforms to C99. */
63 #define HAVE_STDBOOL_H 1
64 
65 /* Define to 1 if you have the <stdint.h> header file. */
66 #define HAVE_STDINT_H 1
67 
68 /* Define to 1 if you have the <stdlib.h> header file. */
69 #define HAVE_STDLIB_H 1
70 
71 /* Define to 1 if you have the <strings.h> header file. */
72 #define HAVE_STRINGS_H 1
73 
74 /* Define to 1 if you have the <string.h> header file. */
75 #define HAVE_STRING_H 1
76 
77 /* Define to 1 if you have the <syslog.h> header file. */
78 #define HAVE_SYSLOG_H 1
79 
80 /* Define to 1 if you have the <sys/socket.h> header file. */
81 #define HAVE_SYS_SOCKET_H 1
82 
83 /* Define to 1 if you have the <sys/stat.h> header file. */
84 #define HAVE_SYS_STAT_H 1
85 
86 /* Define to 1 if you have the <sys/types.h> header file. */
87 #define HAVE_SYS_TYPES_H 1
88 
89 /* Define to 1 if you have the <unistd.h> header file. */
90 #define HAVE_UNISTD_H 1
91 
92 /* Define to 1 if you have the `vfork' function. */
93 #define HAVE_VFORK 1
94 
95 /* Define to 1 if you have the <vfork.h> header file. */
96 /* #undef HAVE_VFORK_H */
97 
98 /* Define to 1 if `fork' works. */
99 #define HAVE_WORKING_FORK 1
100 
101 /* Define to 1 if `vfork' works. */
102 #define HAVE_WORKING_VFORK 1
103 
104 /* Define to 1 if the system has the type `_Bool'. */
105 #define HAVE__BOOL 1
106 
107 /* Define to the sub-directory in which libtool stores uninstalled libraries.
108  */
109 #define LT_OBJDIR ".libs/"
110 
111 /* Name of package */
112 #define PACKAGE "generic_server"
113 
114 /* Define to the address where bug reports for this package should be sent. */
115 #define PACKAGE_BUGREPORT "suraj@broadcom.com"
116 
117 /* Define to the full name of this package. */
118 #define PACKAGE_NAME "generic_server"
119 
120 /* Define to the full name and version of this package. */
121 #define PACKAGE_STRING "generic_server 0.0.0.9"
122 
123 /* Define to the one symbol short name of this package. */
124 #define PACKAGE_TARNAME "generic_server"
125 
126 /* Define to the home page for this package. */
127 #define PACKAGE_URL ""
128 
129 /* Define to the version of this package. */
130 #define PACKAGE_VERSION "0.0.0.9"
131 
132 /* Define to 1 if you have the ANSI C header files. */
133 #define STDC_HEADERS 1
134 
135 /* Version number of package */
136 #define VERSION "0.0.0.9"
137 
138 /* Define to rpl_malloc if the replacement function should be used. */
139 /* #undef malloc */
140 
141 /* Define to `int' if <sys/types.h> does not define. */
142 /* #undef pid_t */
143 
144 /* Define to `unsigned int' if <sys/types.h> does not define. */
145 /* #undef size_t */
146 
147 /* Define as `fork' if `vfork' does not work. */
148 /* #undef vfork */