Network Block Device
@PACKAGE_VERSION@
Main Page
Related Pages
Data Structures
Files
File List
Globals
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 the <dirent.h> header file, and it defines `DIR'.
18
*/
19
#define HAVE_DIRENT_H 1
20
21
/* Define to 1 if you have the <dlfcn.h> header file. */
22
#define HAVE_DLFCN_H 1
23
24
/* Define to 1 if you have FALLOC_FL_PUNCH_HOLE */
25
#define HAVE_FALLOC_PH 1
26
27
/* Define to 1 if you have the <fcntl.h> header file. */
28
#define HAVE_FCNTL_H 1
29
30
/* Define to 1 if you have the `fdatasync' function. */
31
#define HAVE_FDATASYNC 1
32
33
/* Define to 1 if you have the `fork' function. */
34
#define HAVE_FORK 1
35
36
/* Define to 1 if you have FSCTL_SET_ZERO_DATA */
37
#define HAVE_FSCTL_SET_ZERO_DATA 0
38
39
/* Define to 1 if you have the `gethostbyname' function. */
40
#define HAVE_GETHOSTBYNAME 1
41
42
/* Define to 1 if you have the `inet_ntoa' function. */
43
#define HAVE_INET_NTOA 1
44
45
/* Define to 1 if you have the <inttypes.h> header file. */
46
#define HAVE_INTTYPES_H 1
47
48
/* Define to 1 if you have the <linux/falloc.h> header file. */
49
#define HAVE_LINUX_FALLOC_H 1
50
51
/* Define to 1 if you have the <linux/types.h> header file. */
52
#define HAVE_LINUX_TYPES_H 1
53
54
/* Define to 1 if you have the `llseek' function. */
55
#define HAVE_LLSEEK 1
56
57
/* Define to 1 if you have the <memory.h> header file. */
58
#define HAVE_MEMORY_H 1
59
60
/* Define to 1 if you have the `memset' function. */
61
#define HAVE_MEMSET 1
62
63
/* Define to 1 if you have the `mkstemp' function. */
64
#define HAVE_MKSTEMP 1
65
66
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
67
/* #undef HAVE_NDIR_H */
68
69
/* Define to 1 if you have the <netdb.h> header file. */
70
#define HAVE_NETDB_H 1
71
72
/* Define to 1 if you have the <netinet/in.h> header file. */
73
#define HAVE_NETINET_IN_H 1
74
75
/* Define to 1 if you have the `socket' function. */
76
#define HAVE_SOCKET 1
77
78
/* Define to 1 if you have the <stdint.h> header file. */
79
#define HAVE_STDINT_H 1
80
81
/* Define to 1 if you have the <stdlib.h> header file. */
82
#define HAVE_STDLIB_H 1
83
84
/* Define to 1 if you have the `strerror' function. */
85
#define HAVE_STRERROR 1
86
87
/* Define to 1 if you have the <strings.h> header file. */
88
#define HAVE_STRINGS_H 1
89
90
/* Define to 1 if you have the <string.h> header file. */
91
#define HAVE_STRING_H 1
92
93
/* Define to 1 if you have the `strstr' function. */
94
#define HAVE_STRSTR 1
95
96
/* Define to 1 if `d_type' is a member of `struct dirent'. */
97
#define HAVE_STRUCT_DIRENT_D_TYPE 1
98
99
/* sync_file_range(2) is supported */
100
#define HAVE_SYNC_FILE_RANGE sync_file_range(2) is not supported
101
102
/* Define to 1 if you have the <syslog.h> header file. */
103
#define HAVE_SYSLOG_H 1
104
105
/* Define to 1 if you have the <sys/dirent.h> header file. */
106
/* #undef HAVE_SYS_DIRENT_H */
107
108
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
109
*/
110
/* #undef HAVE_SYS_DIR_H */
111
112
/* Define to 1 if you have the <sys/ioctl.h> header file. */
113
#define HAVE_SYS_IOCTL_H 1
114
115
/* Define to 1 if you have the <sys/mount.h> header file. */
116
#define HAVE_SYS_MOUNT_H 1
117
118
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
119
*/
120
/* #undef HAVE_SYS_NDIR_H */
121
122
/* Define to 1 if you have the <sys/socket.h> header file. */
123
#define HAVE_SYS_SOCKET_H 1
124
125
/* Define to 1 if you have the <sys/stat.h> header file. */
126
#define HAVE_SYS_STAT_H 1
127
128
/* Define to 1 if you have the <sys/types.h> header file. */
129
#define HAVE_SYS_TYPES_H 1
130
131
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
132
#define HAVE_SYS_WAIT_H 1
133
134
/* Define to 1 if you have the <unistd.h> header file. */
135
#define HAVE_UNISTD_H 1
136
137
/* Define to 1 if you have the `vfork' function. */
138
#define HAVE_VFORK 1
139
140
/* Define to 1 if you have the <vfork.h> header file. */
141
/* #undef HAVE_VFORK_H */
142
143
/* Define to 1 if you have the <winioctl.h> header file. */
144
/* #undef HAVE_WINIOCTL_H */
145
146
/* Define to 1 if `fork' works. */
147
#define HAVE_WORKING_FORK 1
148
149
/* Define to 1 if `vfork' works. */
150
#define HAVE_WORKING_VFORK 1
151
152
/* Define to 1 if you want nbd-server to log through syslog */
153
/* #undef ISSERVER */
154
155
/* Define to the sub-directory in which libtool stores uninstalled libraries.
156
*/
157
#define LT_OBJDIR ".libs/"
158
159
/* Define to 1 if Large File Support should be enabled */
160
#define NBD_LFS 1
161
162
/* Define if you don't want the nbd-server to fork() */
163
/* #undef NOFORK */
164
165
/* Name of package */
166
#define PACKAGE "nbd"
167
168
/* Define to the address where bug reports for this package should be sent. */
169
#define PACKAGE_BUGREPORT "wouter@debian.org"
170
171
/* Define to the full name of this package. */
172
#define PACKAGE_NAME "nbd"
173
174
/* Define to the full name and version of this package. */
175
#define PACKAGE_STRING "nbd 3.13"
176
177
/* Define to the one symbol short name of this package. */
178
#define PACKAGE_TARNAME "nbd"
179
180
/* Define to the home page for this package. */
181
#define PACKAGE_URL "http://nbd.sourceforge.net/"
182
183
/* Define to the version of this package. */
184
#define PACKAGE_VERSION "3.13"
185
186
/* The size of `unsigned int', as computed by sizeof. */
187
#define SIZEOF_UNSIGNED_INT 4
188
189
/* The size of `unsigned long int', as computed by sizeof. */
190
#define SIZEOF_UNSIGNED_LONG_INT 8
191
192
/* The size of `unsigned long long int', as computed by sizeof. */
193
#define SIZEOF_UNSIGNED_LONG_LONG_INT 8
194
195
/* The size of `unsigned short int', as computed by sizeof. */
196
#define SIZEOF_UNSIGNED_SHORT_INT 2
197
198
/* Define to 1 if you have the ANSI C header files. */
199
#define STDC_HEADERS 1
200
201
/* Version number of package */
202
#define VERSION "3.13"
203
204
/* Define to 1 if you have and want support for the Socket Direct Protocol */
205
/* #undef WITH_SDP */
206
207
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
208
significant byte first (like Motorola and SPARC, unlike Intel). */
209
#if defined AC_APPLE_UNIVERSAL_BUILD
210
# if defined __BIG_ENDIAN__
211
# define WORDS_BIGENDIAN 1
212
# endif
213
#else
214
# ifndef WORDS_BIGENDIAN
215
/* # undef WORDS_BIGENDIAN */
216
# endif
217
#endif
218
219
/* Define to empty if `const' does not conform to ANSI C. */
220
/* #undef const */
221
222
/* Define to `__inline__' or `__inline' if that's what the C compiler
223
calls it, or to nothing if 'inline' is not supported under any name. */
224
#ifndef __cplusplus
225
/* #undef inline */
226
#endif
227
228
/* Define to `long int' if <sys/types.h> does not define. */
229
/* #undef off_t */
230
231
/* Define to `int' if <sys/types.h> does not define. */
232
/* #undef pid_t */
233
234
/* Define as `fork' if `vfork' does not work. */
235
/* #undef vfork */
Generated on Mon Feb 8 2016 13:54:07 for Network Block Device by
1.8.8