r38: configure.in:
[nbd.git] / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define to 1 if you have the `alarm' function. */
4 #undef HAVE_ALARM
5
6 /* Define to 1 if you have the <arpa/inet.h> header file. */
7 #undef HAVE_ARPA_INET_H
8
9 /* Define to 1 if you have the <fcntl.h> header file. */
10 #undef HAVE_FCNTL_H
11
12 /* Define to 1 if you have the `fork' function. */
13 #undef HAVE_FORK
14
15 /* Define to 1 if you have the `gethostbyname' function. */
16 #undef HAVE_GETHOSTBYNAME
17
18 /* Define to 1 if you have the `inet_ntoa' function. */
19 #undef HAVE_INET_NTOA
20
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #undef HAVE_INTTYPES_H
23
24 /* Define to 1 if you have the <linux/nbd.h> header file. */
25 #undef HAVE_LINUX_NBD_H
26
27 /* Define to 1 if you have the `llseek' function. */
28 #undef HAVE_LLSEEK
29
30 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
31    to 0 otherwise. */
32 #undef HAVE_MALLOC
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 your system has a GNU libc compatible `realloc' function,
47    and to 0 otherwise. */
48 #undef HAVE_REALLOC
49
50 /* Define to 1 if you have the `socket' function. */
51 #undef HAVE_SOCKET
52
53 /* Define to 1 if you have the <stdint.h> header file. */
54 #undef HAVE_STDINT_H
55
56 /* Define to 1 if you have the <stdlib.h> header file. */
57 #undef HAVE_STDLIB_H
58
59 /* Define to 1 if you have the `strerror' function. */
60 #undef HAVE_STRERROR
61
62 /* Define to 1 if you have the <strings.h> header file. */
63 #undef HAVE_STRINGS_H
64
65 /* Define to 1 if you have the <string.h> header file. */
66 #undef HAVE_STRING_H
67
68 /* Define to 1 if you have the `strstr' function. */
69 #undef HAVE_STRSTR
70
71 /* Define to 1 if you have the <syslog.h> header file. */
72 #undef HAVE_SYSLOG_H
73
74 /* Define to 1 if you have the <sys/ioctl.h> header file. */
75 #undef HAVE_SYS_IOCTL_H
76
77 /* Define to 1 if you have the <sys/mount.h> header file. */
78 #undef HAVE_SYS_MOUNT_H
79
80 /* Define to 1 if you have the <sys/socket.h> header file. */
81 #undef HAVE_SYS_SOCKET_H
82
83 /* Define to 1 if you have the <sys/stat.h> header file. */
84 #undef HAVE_SYS_STAT_H
85
86 /* Define to 1 if you have the <sys/types.h> header file. */
87 #undef HAVE_SYS_TYPES_H
88
89 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
90 #undef HAVE_SYS_WAIT_H
91
92 /* Define to 1 if you have the <unistd.h> header file. */
93 #undef HAVE_UNISTD_H
94
95 /* Define to 1 if you have the `vfork' function. */
96 #undef HAVE_VFORK
97
98 /* Define to 1 if you have the <vfork.h> header file. */
99 #undef HAVE_VFORK_H
100
101 /* Define to 1 if `fork' works. */
102 #undef HAVE_WORKING_FORK
103
104 /* Define to 1 if `vfork' works. */
105 #undef HAVE_WORKING_VFORK
106
107 /* Define to 1 if Large File Support should be enabled */
108 #undef NBD_LFS
109
110 /* Define to the address where bug reports for this package should be sent. */
111 #undef PACKAGE_BUGREPORT
112
113 /* Define to the full name of this package. */
114 #undef PACKAGE_NAME
115
116 /* Define to the full name and version of this package. */
117 #undef PACKAGE_STRING
118
119 /* Define to the one symbol short name of this package. */
120 #undef PACKAGE_TARNAME
121
122 /* Define to the version of this package. */
123 #undef PACKAGE_VERSION
124
125 /* Define to 1 if the C compiler supports function prototypes. */
126 #undef PROTOTYPES
127
128 /* Define to 1 if the `setvbuf' function takes the buffering type as its
129    second argument and the buffer pointer as the third, as on System V before
130    release 3. */
131 #undef SETVBUF_REVERSED
132
133 /* The size of a `unsigned int', as computed by sizeof. */
134 #undef SIZEOF_UNSIGNED_INT
135
136 /* The size of a `unsigned long int', as computed by sizeof. */
137 #undef SIZEOF_UNSIGNED_LONG_INT
138
139 /* The size of a `unsigned long long int', as computed by sizeof. */
140 #undef SIZEOF_UNSIGNED_LONG_LONG_INT
141
142 /* The size of a `unsigned short int', as computed by sizeof. */
143 #undef SIZEOF_UNSIGNED_SHORT_INT
144
145 /* Define to 1 if you have the ANSI C header files. */
146 #undef STDC_HEADERS
147
148 /* Define to 1 if your processor stores words with the most significant byte
149    first (like Motorola and SPARC, unlike Intel and VAX). */
150 #undef WORDS_BIGENDIAN
151
152 /* Define like PROTOTYPES; this can be used by system headers. */
153 #undef __PROTOTYPES
154
155 /* Define to empty if `const' does not conform to ANSI C. */
156 #undef const
157
158 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
159    if it is not supported. */
160 #undef inline
161
162 /* Define to rpl_malloc if the replacement function should be used. */
163 #undef malloc
164
165 /* Define to `long' if <sys/types.h> does not define. */
166 #undef off_t
167
168 /* Define to `int' if <sys/types.h> does not define. */
169 #undef pid_t
170
171 /* Define to rpl_realloc if the replacement function should be used. */
172 #undef realloc
173
174 /* Define as `fork' if `vfork' does not work. */
175 #undef vfork