r40: config.h.in, configure.in: get rid of malloc() and realloc()
[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 you have the <memory.h> header file. */
31 #undef HAVE_MEMORY_H
32
33 /* Define to 1 if you have the `memset' function. */
34 #undef HAVE_MEMSET
35
36 /* Define to 1 if you have the <netdb.h> header file. */
37 #undef HAVE_NETDB_H
38
39 /* Define to 1 if you have the <netinet/in.h> header file. */
40 #undef HAVE_NETINET_IN_H
41
42 /* Define to 1 if you have the `socket' function. */
43 #undef HAVE_SOCKET
44
45 /* Define to 1 if you have the <stdint.h> header file. */
46 #undef HAVE_STDINT_H
47
48 /* Define to 1 if you have the <stdlib.h> header file. */
49 #undef HAVE_STDLIB_H
50
51 /* Define to 1 if you have the `strerror' function. */
52 #undef HAVE_STRERROR
53
54 /* Define to 1 if you have the <strings.h> header file. */
55 #undef HAVE_STRINGS_H
56
57 /* Define to 1 if you have the <string.h> header file. */
58 #undef HAVE_STRING_H
59
60 /* Define to 1 if you have the `strstr' function. */
61 #undef HAVE_STRSTR
62
63 /* Define to 1 if you have the <syslog.h> header file. */
64 #undef HAVE_SYSLOG_H
65
66 /* Define to 1 if you have the <sys/ioctl.h> header file. */
67 #undef HAVE_SYS_IOCTL_H
68
69 /* Define to 1 if you have the <sys/mount.h> header file. */
70 #undef HAVE_SYS_MOUNT_H
71
72 /* Define to 1 if you have the <sys/socket.h> header file. */
73 #undef HAVE_SYS_SOCKET_H
74
75 /* Define to 1 if you have the <sys/stat.h> header file. */
76 #undef HAVE_SYS_STAT_H
77
78 /* Define to 1 if you have the <sys/types.h> header file. */
79 #undef HAVE_SYS_TYPES_H
80
81 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
82 #undef HAVE_SYS_WAIT_H
83
84 /* Define to 1 if you have the <unistd.h> header file. */
85 #undef HAVE_UNISTD_H
86
87 /* Define to 1 if you have the `vfork' function. */
88 #undef HAVE_VFORK
89
90 /* Define to 1 if you have the <vfork.h> header file. */
91 #undef HAVE_VFORK_H
92
93 /* Define to 1 if `fork' works. */
94 #undef HAVE_WORKING_FORK
95
96 /* Define to 1 if `vfork' works. */
97 #undef HAVE_WORKING_VFORK
98
99 /* Define to 1 if Large File Support should be enabled */
100 #undef NBD_LFS
101
102 /* Define to the address where bug reports for this package should be sent. */
103 #undef PACKAGE_BUGREPORT
104
105 /* Define to the full name of this package. */
106 #undef PACKAGE_NAME
107
108 /* Define to the full name and version of this package. */
109 #undef PACKAGE_STRING
110
111 /* Define to the one symbol short name of this package. */
112 #undef PACKAGE_TARNAME
113
114 /* Define to the version of this package. */
115 #undef PACKAGE_VERSION
116
117 /* Define to 1 if the C compiler supports function prototypes. */
118 #undef PROTOTYPES
119
120 /* Define to 1 if the `setvbuf' function takes the buffering type as its
121    second argument and the buffer pointer as the third, as on System V before
122    release 3. */
123 #undef SETVBUF_REVERSED
124
125 /* The size of a `unsigned int', as computed by sizeof. */
126 #undef SIZEOF_UNSIGNED_INT
127
128 /* The size of a `unsigned long int', as computed by sizeof. */
129 #undef SIZEOF_UNSIGNED_LONG_INT
130
131 /* The size of a `unsigned long long int', as computed by sizeof. */
132 #undef SIZEOF_UNSIGNED_LONG_LONG_INT
133
134 /* The size of a `unsigned short int', as computed by sizeof. */
135 #undef SIZEOF_UNSIGNED_SHORT_INT
136
137 /* Define to 1 if you have the ANSI C header files. */
138 #undef STDC_HEADERS
139
140 /* Define to 1 if your processor stores words with the most significant byte
141    first (like Motorola and SPARC, unlike Intel and VAX). */
142 #undef WORDS_BIGENDIAN
143
144 /* Define like PROTOTYPES; this can be used by system headers. */
145 #undef __PROTOTYPES
146
147 /* Define to empty if `const' does not conform to ANSI C. */
148 #undef const
149
150 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
151    if it is not supported. */
152 #undef inline
153
154 /* Define to `long' if <sys/types.h> does not define. */
155 #undef off_t
156
157 /* Define to `int' if <sys/types.h> does not define. */
158 #undef pid_t
159
160 /* Define as `fork' if `vfork' does not work. */
161 #undef vfork