bitz-server  2.0.0
include/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 ""
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 /* #undef HAVE_STDBOOL_H */
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 where libtool stores uninstalled libraries. */
86 #define LT_OBJDIR ".libs/"
87 
88 /* Name of package */
89 #define PACKAGE "bitz-server"
90 
91 /* Define to the address where bug reports for this package should be sent. */
92 #define PACKAGE_BUGREPORT "https://github.com/uditha-atukorala/bitz-server/issues"
93 
94 /* Define to the full name of this package. */
95 #define PACKAGE_NAME "bitz-server"
96 
97 /* Define to the full name and version of this package. */
98 #define PACKAGE_STRING "bitz-server 2.0.0"
99 
100 /* Define to the one symbol short name of this package. */
101 #define PACKAGE_TARNAME "bitz-server"
102 
103 /* Define to the home page for this package. */
104 #define PACKAGE_URL ""
105 
106 /* Define to the version of this package. */
107 #define PACKAGE_VERSION "2.0.0"
108 
109 /* Define to 1 if you have the ANSI C header files. */
110 #define STDC_HEADERS 1
111 
112 /* Version number of package */
113 #define VERSION "2.0.0"
114 
115 /* Define to `__inline__' or `__inline' if that's what the C compiler
116  calls it, or to nothing if 'inline' is not supported under any name. */
117 #ifndef __cplusplus
118 /* #undef inline */
119 #endif
120 
121 /* Define to `int' if <sys/types.h> does not define. */
122 /* #undef pid_t */
123 
124 /* Define to `unsigned int' if <sys/types.h> does not define. */
125 /* #undef size_t */
126 
127 /* Define as `fork' if `vfork' does not work. */
128 /* #undef vfork */