removal due to another working script
[trueprint.git] / config.h.in
blobe903c7a4316d1baa2aed4b6e3cf0b2ed89812188
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if you have the <dlfcn.h> header file. */
4 #undef HAVE_DLFCN_H
6 /* Define to 1 if you have the <fcntl.h> header file. */
7 #undef HAVE_FCNTL_H
9 /* Define to 1 if you have the `fork' function. */
10 #undef HAVE_FORK
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
15 /* Define to 1 if you have the <libintl.h> header file. */
16 #undef HAVE_LIBINTL_H
18 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
19 to 0 otherwise. */
20 #undef HAVE_MALLOC
22 /* Define to 1 if you have the <memory.h> header file. */
23 #undef HAVE_MEMORY_H
25 /* Define to 1 if you have the `memset' function. */
26 #undef HAVE_MEMSET
28 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
29 and to 0 otherwise. */
30 #undef HAVE_REALLOC
32 /* Define to 1 if you have the <stddef.h> header file. */
33 #undef HAVE_STDDEF_H
35 /* Define to 1 if you have the <stdint.h> header file. */
36 #undef HAVE_STDINT_H
38 /* Define to 1 if you have the <stdlib.h> header file. */
39 #undef HAVE_STDLIB_H
41 /* Define to 1 if you have the `strchr' function. */
42 #undef HAVE_STRCHR
44 /* Define to 1 if you have the `strdup' function. */
45 #undef HAVE_STRDUP
47 /* Define to 1 if you have the `strerror' function. */
48 #undef HAVE_STRERROR
50 /* Define to 1 if you have the <strings.h> header file. */
51 #undef HAVE_STRINGS_H
53 /* Define to 1 if you have the <string.h> header file. */
54 #undef HAVE_STRING_H
56 /* Define to 1 if you have the `strrchr' function. */
57 #undef HAVE_STRRCHR
59 /* Define to 1 if you have the `strstr' function. */
60 #undef HAVE_STRSTR
62 /* Define to 1 if you have the `strtol' function. */
63 #undef HAVE_STRTOL
65 /* Define to 1 if you have the <sys/stat.h> header file. */
66 #undef HAVE_SYS_STAT_H
68 /* Define to 1 if you have the <sys/time.h> header file. */
69 #undef HAVE_SYS_TIME_H
71 /* Define to 1 if you have the <sys/types.h> header file. */
72 #undef HAVE_SYS_TYPES_H
74 /* Define to 1 if you have the <unistd.h> header file. */
75 #undef HAVE_UNISTD_H
77 /* Define to 1 if you have the `vfork' function. */
78 #undef HAVE_VFORK
80 /* Define to 1 if you have the <vfork.h> header file. */
81 #undef HAVE_VFORK_H
83 /* Define to 1 if `fork' works. */
84 #undef HAVE_WORKING_FORK
86 /* Define to 1 if `vfork' works. */
87 #undef HAVE_WORKING_VFORK
89 /* Define to 1 if the system has the type `_Bool'. */
90 #undef HAVE__BOOL
92 /* Define to the sub-directory in which libtool stores uninstalled libraries.
94 #undef LT_OBJDIR
96 /* Define to the address where bug reports for this package should be sent. */
97 #undef PACKAGE_BUGREPORT
99 /* Define to the full name of this package. */
100 #undef PACKAGE_NAME
102 /* Define to the full name and version of this package. */
103 #undef PACKAGE_STRING
105 /* Define to the one symbol short name of this package. */
106 #undef PACKAGE_TARNAME
108 /* Define to the home page for this package. */
109 #undef PACKAGE_URL
111 /* Define to the version of this package. */
112 #undef PACKAGE_VERSION
114 /* Define to 1 if you have the ANSI C header files. */
115 #undef STDC_HEADERS
117 /* Define to rpl_malloc if the replacement function should be used. */
118 #undef malloc
120 /* Define to `long int' if <sys/types.h> does not define. */
121 #undef off_t
123 /* Define to `int' if <sys/types.h> does not define. */
124 #undef pid_t
126 /* Define to rpl_realloc if the replacement function should be used. */
127 #undef realloc
129 /* Define to `unsigned int' if <sys/types.h> does not define. */
130 #undef size_t
132 /* Define as `fork' if `vfork' does not work. */
133 #undef vfork