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