Build system fixes and documentation
[nbd.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if you want a debugging version of nbd-server (lots of copious
4    output) */
5 #undef DODBG
6
7 /* Define to 1 if you have the `alarm' function. */
8 #undef HAVE_ALARM
9
10 /* Define to 1 if you have the <arpa/inet.h> header file. */
11 #undef HAVE_ARPA_INET_H
12
13 /* Define to 1 if you have the <fcntl.h> header file. */
14 #undef HAVE_FCNTL_H
15
16 /* Define to 1 if you have the `fork' function. */
17 #undef HAVE_FORK
18
19 /* Define to 1 if you have the `gethostbyname' function. */
20 #undef HAVE_GETHOSTBYNAME
21
22 /* Define to 1 if you have the `inet_ntoa' function. */
23 #undef HAVE_INET_NTOA
24
25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #undef HAVE_INTTYPES_H
27
28 /* Define to 1 if you have the <linux/types.h> header file. */
29 #undef HAVE_LINUX_TYPES_H
30
31 /* Define to 1 if you have the `llseek' function. */
32 #undef HAVE_LLSEEK
33
34 /* Define to 1 if you have the <memory.h> header file. */
35 #undef HAVE_MEMORY_H
36
37 /* Define to 1 if you have the `memset' function. */
38 #undef HAVE_MEMSET
39
40 /* Define to 1 if you have the <netdb.h> header file. */
41 #undef HAVE_NETDB_H
42
43 /* Define to 1 if you have the <netinet/in.h> header file. */
44 #undef HAVE_NETINET_IN_H
45
46 /* Define to 1 if you have the `socket' function. */
47 #undef HAVE_SOCKET
48
49 /* Define to 1 if you have the <stdint.h> header file. */
50 #undef HAVE_STDINT_H
51
52 /* Define to 1 if you have the <stdlib.h> header file. */
53 #undef HAVE_STDLIB_H
54
55 /* Define to 1 if you have the `strerror' function. */
56 #undef HAVE_STRERROR
57
58 /* Define to 1 if you have the <strings.h> header file. */
59 #undef HAVE_STRINGS_H
60
61 /* Define to 1 if you have the <string.h> header file. */
62 #undef HAVE_STRING_H
63
64 /* Define to 1 if you have the `strstr' function. */
65 #undef HAVE_STRSTR
66
67 /* Define to 1 if you have the <syslog.h> header file. */
68 #undef HAVE_SYSLOG_H
69
70 /* Define to 1 if you have the <sys/ioctl.h> header file. */
71 #undef HAVE_SYS_IOCTL_H
72
73 /* Define to 1 if you have the <sys/mount.h> header file. */
74 #undef HAVE_SYS_MOUNT_H
75
76 /* Define to 1 if you have the <sys/socket.h> header file. */
77 #undef HAVE_SYS_SOCKET_H
78
79 /* Define to 1 if you have the <sys/stat.h> header file. */
80 #undef HAVE_SYS_STAT_H
81
82 /* Define to 1 if you have the <sys/types.h> header file. */
83 #undef HAVE_SYS_TYPES_H
84
85 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
86 #undef HAVE_SYS_WAIT_H
87
88 /* Define to 1 if you have the <unistd.h> header file. */
89 #undef HAVE_UNISTD_H
90
91 /* Define to 1 if you have the `vfork' function. */
92 #undef HAVE_VFORK
93
94 /* Define to 1 if you have the <vfork.h> header file. */
95 #undef HAVE_VFORK_H
96
97 /* Define to 1 if `fork' works. */
98 #undef HAVE_WORKING_FORK
99
100 /* Define to 1 if `vfork' works. */
101 #undef HAVE_WORKING_VFORK
102
103 /* Define to 1 if you want nbd-server to log through syslog */
104 #undef ISSERVER
105
106 /* Set to 1 if a (2.6) nbd.h can be found in the linux directory in the search
107    path */
108 #undef NBD_H_LINUX
109
110 /* Set to 1 if a (2.6) nbd.h can be found in the current directory */
111 #undef NBD_H_LOCAL
112
113 /* Define to 1 if Large File Support should be enabled */
114 #undef NBD_LFS
115
116 /* Define if you don't want the nbd-server to fork() */
117 #undef NOFORK
118
119 /* Name of package */
120 #undef PACKAGE
121
122 /* Define to the address where bug reports for this package should be sent. */
123 #undef PACKAGE_BUGREPORT
124
125 /* Define to the full name of this package. */
126 #undef PACKAGE_NAME
127
128 /* Define to the full name and version of this package. */
129 #undef PACKAGE_STRING
130
131 /* Define to the one symbol short name of this package. */
132 #undef PACKAGE_TARNAME
133
134 /* Define to the version of this package. */
135 #undef PACKAGE_VERSION
136
137 /* Define to 1 if the C compiler supports function prototypes. */
138 #undef PROTOTYPES
139
140 /* Define to 1 if the `setvbuf' function takes the buffering type as its
141    second argument and the buffer pointer as the third, as on System V before
142    release 3. */
143 #undef SETVBUF_REVERSED
144
145 /* The size of `unsigned int', as computed by sizeof. */
146 #undef SIZEOF_UNSIGNED_INT
147
148 /* The size of `unsigned long int', as computed by sizeof. */
149 #undef SIZEOF_UNSIGNED_LONG_INT
150
151 /* The size of `unsigned long long int', as computed by sizeof. */
152 #undef SIZEOF_UNSIGNED_LONG_LONG_INT
153
154 /* The size of `unsigned short int', as computed by sizeof. */
155 #undef SIZEOF_UNSIGNED_SHORT_INT
156
157 /* Define to 1 if you have the ANSI C header files. */
158 #undef STDC_HEADERS
159
160 /* Version number of package */
161 #undef VERSION
162
163 /* Define to 1 if you have and want support for the Socket Direct Protocol */
164 #undef WITH_SDP
165
166 /* Define to 1 if your processor stores words with the most significant byte
167    first (like Motorola and SPARC, unlike Intel and VAX). */
168 #undef WORDS_BIGENDIAN
169
170 /* Define like PROTOTYPES; this can be used by system headers. */
171 #undef __PROTOTYPES
172
173 /* Define to empty if `const' does not conform to ANSI C. */
174 #undef const
175
176 /* Define to `__inline__' or `__inline' if that's what the C compiler
177    calls it, or to nothing if 'inline' is not supported under any name.  */
178 #ifndef __cplusplus
179 #undef inline
180 #endif
181
182 /* Define to `long int' if <sys/types.h> does not define. */
183 #undef off_t
184
185 /* Define to `int' if <sys/types.h> does not define. */
186 #undef pid_t
187
188 /* Define as `fork' if `vfork' does not work. */
189 #undef vfork