]> git.proxmox.com Git - pve-cluster.git/blob - data/config.h.in
1b6f16b6ada45166b09fe8e0ec0aeb0661c26172
[pve-cluster.git] / data / config.h.in
1 /* config.h.in. Generated from configure.in by autoheader. */
2
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
5
6 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
7 */
8 #undef HAVE_DIRENT_H
9
10 /* Define to 1 if you have the <fcntl.h> header file. */
11 #undef HAVE_FCNTL_H
12
13 /* Define to 1 if you have the <inttypes.h> header file. */
14 #undef HAVE_INTTYPES_H
15
16 /* Define to 1 if `lstat' has the bug that it succeeds when given the
17 zero-length file name argument. */
18 #undef HAVE_LSTAT_EMPTY_STRING_BUG
19
20 /* Define to 1 if you have the <memory.h> header file. */
21 #undef HAVE_MEMORY_H
22
23 /* Define to 1 if you have the `memset' function. */
24 #undef HAVE_MEMSET
25
26 /* Define to 1 if you have the `mkdir' function. */
27 #undef HAVE_MKDIR
28
29 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
30 #undef HAVE_NDIR_H
31
32 /* Define to 1 if you have the `rmdir' function. */
33 #undef HAVE_RMDIR
34
35 /* Define to 1 if you have the `select' function. */
36 #undef HAVE_SELECT
37
38 /* Define to 1 if you have the <stdint.h> header file. */
39 #undef HAVE_STDINT_H
40
41 /* Define to 1 if you have the <stdlib.h> header file. */
42 #undef HAVE_STDLIB_H
43
44 /* Define to 1 if you have the `strdup' function. */
45 #undef HAVE_STRDUP
46
47 /* Define to 1 if you have the `strerror' function. */
48 #undef HAVE_STRERROR
49
50 /* Define to 1 if you have the <strings.h> header file. */
51 #undef HAVE_STRINGS_H
52
53 /* Define to 1 if you have the <string.h> header file. */
54 #undef HAVE_STRING_H
55
56 /* Define to 1 if `st_blocks' is a member of `struct stat'. */
57 #undef HAVE_STRUCT_STAT_ST_BLOCKS
58
59 /* Define to 1 if your `struct stat' has `st_blocks'. Deprecated, use
60 `HAVE_STRUCT_STAT_ST_BLOCKS' instead. */
61 #undef HAVE_ST_BLOCKS
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/dir.h> header file, and it defines `DIR'.
67 */
68 #undef HAVE_SYS_DIR_H
69
70 /* Define to 1 if you have the <sys/file.h> header file. */
71 #undef HAVE_SYS_FILE_H
72
73 /* Define to 1 if you have the <sys/mount.h> header file. */
74 #undef HAVE_SYS_MOUNT_H
75
76 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
77 */
78 #undef HAVE_SYS_NDIR_H
79
80 /* Define to 1 if you have the <sys/select.h> header file. */
81 #undef HAVE_SYS_SELECT_H
82
83 /* Define to 1 if you have the <sys/socket.h> header file. */
84 #undef HAVE_SYS_SOCKET_H
85
86 /* Define to 1 if you have the <sys/statvfs.h> header file. */
87 #undef HAVE_SYS_STATVFS_H
88
89 /* Define to 1 if you have the <sys/stat.h> header file. */
90 #undef HAVE_SYS_STAT_H
91
92 /* Define to 1 if you have the <sys/types.h> header file. */
93 #undef HAVE_SYS_TYPES_H
94
95 /* Define to 1 if you have the <unistd.h> header file. */
96 #undef HAVE_UNISTD_H
97
98 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
99 slash. */
100 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
101
102 /* Name of package */
103 #undef PACKAGE
104
105 /* Define to the address where bug reports for this package should be sent. */
106 #undef PACKAGE_BUGREPORT
107
108 /* Define to the full name of this package. */
109 #undef PACKAGE_NAME
110
111 /* Define to the full name and version of this package. */
112 #undef PACKAGE_STRING
113
114 /* Define to the one symbol short name of this package. */
115 #undef PACKAGE_TARNAME
116
117 /* Define to the home page for this package. */
118 #undef PACKAGE_URL
119
120 /* Define to the version of this package. */
121 #undef PACKAGE_VERSION
122
123 /* Define to the type of arg 1 for `select'. */
124 #undef SELECT_TYPE_ARG1
125
126 /* Define to the type of args 2, 3 and 4 for `select'. */
127 #undef SELECT_TYPE_ARG234
128
129 /* Define to the type of arg 5 for `select'. */
130 #undef SELECT_TYPE_ARG5
131
132 /* Define to 1 if you have the ANSI C header files. */
133 #undef STDC_HEADERS
134
135 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
136 #undef TIME_WITH_SYS_TIME
137
138 /* Version number of package */
139 #undef VERSION
140
141 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
142 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
143 #define below would cause a syntax error. */
144 #undef _UINT32_T
145
146 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
147 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
148 #define below would cause a syntax error. */
149 #undef _UINT64_T
150
151 /* Define to empty if `const' does not conform to ANSI C. */
152 #undef const
153
154 /* Define to `int' if <sys/types.h> does not define. */
155 #undef mode_t
156
157 /* Define to `long int' if <sys/types.h> does not define. */
158 #undef off_t
159
160 /* Define to `unsigned int' if <sys/types.h> does not define. */
161 #undef size_t
162
163 /* Define to `int' if <sys/types.h> does not define. */
164 #undef ssize_t
165
166 /* Define to the type of an unsigned integer type of width exactly 32 bits if
167 such a type exists and the standard includes do not define it. */
168 #undef uint32_t
169
170 /* Define to the type of an unsigned integer type of width exactly 64 bits if
171 such a type exists and the standard includes do not define it. */
172 #undef uint64_t