Network Block Device  @PACKAGE_VERSION@
config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define if you want a debugging version of nbd-server (lots of copious
8  output) */
9 /* #undef DODBG */
10 
11 /* Define to 1 if you have the `alarm' function. */
12 #define HAVE_ALARM 1
13 
14 /* Define to 1 if you have the <arpa/inet.h> header file. */
15 #define HAVE_ARPA_INET_H 1
16 
17 /* Define to 1 if you have FALLOC_FL_PUNCH_HOLE */
18 #define HAVE_FALLOC_PH 1
19 
20 /* Define to 1 if you have the <fcntl.h> header file. */
21 #define HAVE_FCNTL_H 1
22 
23 /* Define to 1 if you have the `fdatasync' function. */
24 #define HAVE_FDATASYNC 1
25 
26 /* Define to 1 if you have the `fork' function. */
27 #define HAVE_FORK 1
28 
29 /* Define to 1 if you have the `gethostbyname' function. */
30 #define HAVE_GETHOSTBYNAME 1
31 
32 /* Define to 1 if you have the `inet_ntoa' function. */
33 #define HAVE_INET_NTOA 1
34 
35 /* Define to 1 if you have the <inttypes.h> header file. */
36 #define HAVE_INTTYPES_H 1
37 
38 /* Define to 1 if you have the <linux/falloc.h> header file. */
39 #define HAVE_LINUX_FALLOC_H 1
40 
41 /* Define to 1 if you have the <linux/types.h> header file. */
42 #define HAVE_LINUX_TYPES_H 1
43 
44 /* Define to 1 if you have the `llseek' function. */
45 #define HAVE_LLSEEK 1
46 
47 /* Define to 1 if you have the <memory.h> header file. */
48 #define HAVE_MEMORY_H 1
49 
50 /* Define to 1 if you have the `memset' function. */
51 #define HAVE_MEMSET 1
52 
53 /* Define to 1 if you have the `mkstemp' function. */
54 #define HAVE_MKSTEMP 1
55 
56 /* Define to 1 if you have the <netdb.h> header file. */
57 #define HAVE_NETDB_H 1
58 
59 /* Define to 1 if you have the <netinet/in.h> header file. */
60 #define HAVE_NETINET_IN_H 1
61 
62 /* Define to 1 if you have the `socket' function. */
63 #define HAVE_SOCKET 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 `strerror' function. */
72 #define HAVE_STRERROR 1
73 
74 /* Define to 1 if you have the <strings.h> header file. */
75 #define HAVE_STRINGS_H 1
76 
77 /* Define to 1 if you have the <string.h> header file. */
78 #define HAVE_STRING_H 1
79 
80 /* Define to 1 if you have the `strstr' function. */
81 #define HAVE_STRSTR 1
82 
83 /* sync_file_range(2) is supported */
84 #define HAVE_SYNC_FILE_RANGE sync_file_range(2) is not supported
85 
86 /* Define to 1 if you have the <syslog.h> header file. */
87 #define HAVE_SYSLOG_H 1
88 
89 /* Define to 1 if you have the <sys/ioctl.h> header file. */
90 #define HAVE_SYS_IOCTL_H 1
91 
92 /* Define to 1 if you have the <sys/mount.h> header file. */
93 #define HAVE_SYS_MOUNT_H 1
94 
95 /* Define to 1 if you have the <sys/socket.h> header file. */
96 #define HAVE_SYS_SOCKET_H 1
97 
98 /* Define to 1 if you have the <sys/stat.h> header file. */
99 #define HAVE_SYS_STAT_H 1
100 
101 /* Define to 1 if you have the <sys/types.h> header file. */
102 #define HAVE_SYS_TYPES_H 1
103 
104 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
105 #define HAVE_SYS_WAIT_H 1
106 
107 /* Define to 1 if you have the <unistd.h> header file. */
108 #define HAVE_UNISTD_H 1
109 
110 /* Define to 1 if you have the `vfork' function. */
111 #define HAVE_VFORK 1
112 
113 /* Define to 1 if you have the <vfork.h> header file. */
114 /* #undef HAVE_VFORK_H */
115 
116 /* Define to 1 if `fork' works. */
117 #define HAVE_WORKING_FORK 1
118 
119 /* Define to 1 if `vfork' works. */
120 #define HAVE_WORKING_VFORK 1
121 
122 /* Define to 1 if you want nbd-server to log through syslog */
123 /* #undef ISSERVER */
124 
125 /* Define to 1 if Large File Support should be enabled */
126 #define NBD_LFS 1
127 
128 /* Define if you don't want the nbd-server to fork() */
129 /* #undef NOFORK */
130 
131 /* Name of package */
132 #define PACKAGE "nbd"
133 
134 /* Define to the address where bug reports for this package should be sent. */
135 #define PACKAGE_BUGREPORT "wouter@debian.org"
136 
137 /* Define to the full name of this package. */
138 #define PACKAGE_NAME "nbd"
139 
140 /* Define to the full name and version of this package. */
141 #define PACKAGE_STRING "nbd 3.3"
142 
143 /* Define to the one symbol short name of this package. */
144 #define PACKAGE_TARNAME "nbd"
145 
146 /* Define to the home page for this package. */
147 #define PACKAGE_URL ""
148 
149 /* Define to the version of this package. */
150 #define PACKAGE_VERSION "3.3"
151 
152 /* The size of `unsigned int', as computed by sizeof. */
153 #define SIZEOF_UNSIGNED_INT 4
154 
155 /* The size of `unsigned long int', as computed by sizeof. */
156 #define SIZEOF_UNSIGNED_LONG_INT 4
157 
158 /* The size of `unsigned long long int', as computed by sizeof. */
159 #define SIZEOF_UNSIGNED_LONG_LONG_INT 8
160 
161 /* The size of `unsigned short int', as computed by sizeof. */
162 #define SIZEOF_UNSIGNED_SHORT_INT 2
163 
164 /* Define to 1 if you have the ANSI C header files. */
165 #define STDC_HEADERS 1
166 
167 /* Version number of package */
168 #define VERSION "3.3"
169 
170 /* Define to 1 if you have and want support for the Socket Direct Protocol */
171 /* #undef WITH_SDP */
172 
173 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
174  significant byte first (like Motorola and SPARC, unlike Intel). */
175 #if defined AC_APPLE_UNIVERSAL_BUILD
176 # if defined __BIG_ENDIAN__
177 # define WORDS_BIGENDIAN 1
178 # endif
179 #else
180 # ifndef WORDS_BIGENDIAN
181 /* # undef WORDS_BIGENDIAN */
182 # endif
183 #endif
184 
185 /* Define to empty if `const' does not conform to ANSI C. */
186 /* #undef const */
187 
188 /* Define to `__inline__' or `__inline' if that's what the C compiler
189  calls it, or to nothing if 'inline' is not supported under any name. */
190 #ifndef __cplusplus
191 /* #undef inline */
192 #endif
193 
194 /* Define to `long int' if <sys/types.h> does not define. */
195 /* #undef off_t */
196 
197 /* Define to `int' if <sys/types.h> does not define. */
198 /* #undef pid_t */
199 
200 /* Define as `fork' if `vfork' does not work. */
201 /* #undef vfork */