r18848: Save the json library before I start hacking on it. I'm going to be
[samba.git] / source4 / lib / json / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H
5
6 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
7 #undef HAVE_DOPRNT
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 <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
14
15 /* Define to 1 if you have the <limits.h> header file. */
16 #undef HAVE_LIMITS_H
17
18 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
19    to 0 otherwise. */
20 #undef HAVE_MALLOC
21
22 /* Define to 1 if you have the <memory.h> header file. */
23 #undef HAVE_MEMORY_H
24
25 /* Define to 1 if you have the `open' function. */
26 #undef HAVE_OPEN
27
28 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
29    and to 0 otherwise. */
30 #undef HAVE_REALLOC
31
32 /* Define to 1 if you have the <stdarg.h> header file. */
33 #undef HAVE_STDARG_H
34
35 /* Define to 1 if you have the <stdint.h> header file. */
36 #undef HAVE_STDINT_H
37
38 /* Define to 1 if you have the <stdlib.h> header file. */
39 #undef HAVE_STDLIB_H
40
41 /* Define to 1 if you have the `strerror' function. */
42 #undef HAVE_STRERROR
43
44 /* Define to 1 if you have the <strings.h> header file. */
45 #undef HAVE_STRINGS_H
46
47 /* Define to 1 if you have the <string.h> header file. */
48 #undef HAVE_STRING_H
49
50 /* Define to 1 if you have the `strncasecmp' function. */
51 #undef HAVE_STRNCASECMP
52
53 /* Define to 1 if you have the `strndup' function. */
54 #undef HAVE_STRNDUP
55
56 /* Define to 1 if you have the <syslog.h> header file. */
57 #undef HAVE_SYSLOG_H
58
59 /* Define to 1 if you have the <sys/param.h> header file. */
60 #undef HAVE_SYS_PARAM_H
61
62 /* Define to 1 if you have the <sys/stat.h> header file. */
63 #undef HAVE_SYS_STAT_H
64
65 /* Define to 1 if you have the <sys/types.h> header file. */
66 #undef HAVE_SYS_TYPES_H
67
68 /* Define to 1 if you have the <unistd.h> header file. */
69 #undef HAVE_UNISTD_H
70
71 /* Define to 1 if you have the `vasprintf' function. */
72 #undef HAVE_VASPRINTF
73
74 /* Define to 1 if you have the `vprintf' function. */
75 #undef HAVE_VPRINTF
76
77 /* Define to 1 if you have the `vsnprintf' function. */
78 #undef HAVE_VSNPRINTF
79
80 /* Define to 1 if you have the `vsyslog' function. */
81 #undef HAVE_VSYSLOG
82
83 /* Name of package */
84 #undef PACKAGE
85
86 /* Define to the address where bug reports for this package should be sent. */
87 #undef PACKAGE_BUGREPORT
88
89 /* Define to the full name of this package. */
90 #undef PACKAGE_NAME
91
92 /* Define to the full name and version of this package. */
93 #undef PACKAGE_STRING
94
95 /* Define to the one symbol short name of this package. */
96 #undef PACKAGE_TARNAME
97
98 /* Define to the version of this package. */
99 #undef PACKAGE_VERSION
100
101 /* Define to 1 if you have the ANSI C header files. */
102 #undef STDC_HEADERS
103
104 /* Version number of package */
105 #undef VERSION
106
107 /* Define to empty if `const' does not conform to ANSI C. */
108 #undef const
109
110 /* Define to rpl_malloc if the replacement function should be used. */
111 #undef malloc
112
113 /* Define to rpl_realloc if the replacement function should be used. */
114 #undef realloc
115
116 /* Define to `unsigned' if <sys/types.h> does not define. */
117 #undef size_t