bitz-server  0.1.6
config.h
1 /* include/config.h. Generated from config.h.in by configure. */
2 /* include/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* server configuration file */
5 #define BITZ_SERVER_CONFIG_FILE "/etc/bitz/bitz-server.conf"
6 
7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #define HAVE_DLFCN_H 1
9 
10 /* Define to 1 if you have the `fork' function. */
11 #define HAVE_FORK 1
12 
13 /* Define to 1 if you have the `gethostbyname' function. */
14 #define HAVE_GETHOSTBYNAME 1
15 
16 /* Define to 1 if you have the `inet_ntoa' function. */
17 #define HAVE_INET_NTOA 1
18 
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #define HAVE_INTTYPES_H 1
21 
22 /* Define to 1 if you have the `memmove' function. */
23 #define HAVE_MEMMOVE 1
24 
25 /* Define to 1 if you have the <memory.h> header file. */
26 #define HAVE_MEMORY_H 1
27 
28 /* Define to 1 if you have the `memset' function. */
29 #define HAVE_MEMSET 1
30 
31 /* Define to 1 if the system has the type `ptrdiff_t'. */
32 #define HAVE_PTRDIFF_T 1
33 
34 /* Define to 1 if you have the `select' function. */
35 #define HAVE_SELECT 1
36 
37 /* Define to 1 if you have the `socket' function. */
38 #define HAVE_SOCKET 1
39 
40 /* Define to 1 if stdbool.h conforms to C99. */
41 #define HAVE_STDBOOL_H 1
42 
43 /* Define to 1 if you have the <stdint.h> header file. */
44 #define HAVE_STDINT_H 1
45 
46 /* Define to 1 if you have the <stdlib.h> header file. */
47 #define HAVE_STDLIB_H 1
48 
49 /* Define to 1 if you have the `strchr' function. */
50 #define HAVE_STRCHR 1
51 
52 /* Define to 1 if you have the `strerror' function. */
53 #define HAVE_STRERROR 1
54 
55 /* Define to 1 if you have the <strings.h> header file. */
56 #define HAVE_STRINGS_H 1
57 
58 /* Define to 1 if you have the <string.h> header file. */
59 #define HAVE_STRING_H 1
60 
61 /* Define to 1 if you have the <sys/stat.h> header file. */
62 #define HAVE_SYS_STAT_H 1
63 
64 /* Define to 1 if you have the <sys/types.h> header file. */
65 #define HAVE_SYS_TYPES_H 1
66 
67 /* Define to 1 if you have the <unistd.h> header file. */
68 #define HAVE_UNISTD_H 1
69 
70 /* Define to 1 if you have the `vfork' function. */
71 #define HAVE_VFORK 1
72 
73 /* Define to 1 if you have the <vfork.h> header file. */
74 /* #undef HAVE_VFORK_H */
75 
76 /* Define to 1 if `fork' works. */
77 #define HAVE_WORKING_FORK 1
78 
79 /* Define to 1 if `vfork' works. */
80 #define HAVE_WORKING_VFORK 1
81 
82 /* Define to 1 if the system has the type `_Bool'. */
83 /* #undef HAVE__BOOL */
84 
85 /* Define to the sub-directory in which libtool stores uninstalled libraries.
86  */
87 #define LT_OBJDIR ".libs/"
88 
89 /* Name of package */
90 #define PACKAGE "bitz-server"
91 
92 /* Define to the address where bug reports for this package should be sent. */
93 #define PACKAGE_BUGREPORT "http://bugs.geniusse.com/"
94 
95 /* Define to the full name of this package. */
96 #define PACKAGE_NAME "bitz-server"
97 
98 /* Define to the full name and version of this package. */
99 #define PACKAGE_STRING "bitz-server 0.1.6"
100 
101 /* Define to the one symbol short name of this package. */
102 #define PACKAGE_TARNAME "bitz-server"
103 
104 /* Define to the home page for this package. */
105 #define PACKAGE_URL ""
106 
107 /* Define to the version of this package. */
108 #define PACKAGE_VERSION "0.1.6"
109 
110 /* Define to 1 if you have the ANSI C header files. */
111 #define STDC_HEADERS 1
112 
113 /* Version number of package */
114 #define VERSION "0.1.6"
115 
116 /* Define to `__inline__' or `__inline' if that's what the C compiler
117  calls it, or to nothing if 'inline' is not supported under any name. */
118 #ifndef __cplusplus
119 /* #undef inline */
120 #endif
121 
122 /* Define to `int' if <sys/types.h> does not define. */
123 /* #undef pid_t */
124 
125 /* Define to `unsigned int' if <sys/types.h> does not define. */
126 /* #undef size_t */
127 
128 /* Define as `fork' if `vfork' does not work. */
129 /* #undef vfork */