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