allow extrn symbols to be defined by the unit itself (part II)
[xorcyst.git] / config.h.in
blobaf7110afe3306ded6d02187b2a9e824c327a3d3a
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
4 #undef HAVE_DOPRNT
6 /* Define to 1 if you have the <inttypes.h> header file. */
7 #undef HAVE_INTTYPES_H
9 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
10 to 0 otherwise. */
11 #undef HAVE_MALLOC
13 /* Define to 1 if you have the <memory.h> header file. */
14 #undef HAVE_MEMORY_H
16 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
17 and to 0 otherwise. */
18 #undef HAVE_REALLOC
20 /* Define to 1 if you have the <stddef.h> header file. */
21 #undef HAVE_STDDEF_H
23 /* Define to 1 if you have the <stdint.h> header file. */
24 #undef HAVE_STDINT_H
26 /* Define to 1 if you have the <stdlib.h> header file. */
27 #undef HAVE_STDLIB_H
29 /* Define to 1 if you have the `strchr' function. */
30 #undef HAVE_STRCHR
32 /* Define to 1 if you have the <strings.h> header file. */
33 #undef HAVE_STRINGS_H
35 /* Define to 1 if you have the <string.h> header file. */
36 #undef HAVE_STRING_H
38 /* Define to 1 if you have the `strrchr' function. */
39 #undef HAVE_STRRCHR
41 /* Define to 1 if you have the `strtol' function. */
42 #undef HAVE_STRTOL
44 /* Define to 1 if you have the <sys/stat.h> header file. */
45 #undef HAVE_SYS_STAT_H
47 /* Define to 1 if you have the <sys/types.h> header file. */
48 #undef HAVE_SYS_TYPES_H
50 /* Define to 1 if you have the <unistd.h> header file. */
51 #undef HAVE_UNISTD_H
53 /* Define to 1 if you have the `vprintf' function. */
54 #undef HAVE_VPRINTF
56 /* Name of package */
57 #undef PACKAGE
59 /* Define to the address where bug reports for this package should be sent. */
60 #undef PACKAGE_BUGREPORT
62 /* Define to the full name of this package. */
63 #undef PACKAGE_NAME
65 /* Define to the full name and version of this package. */
66 #undef PACKAGE_STRING
68 /* Define to the one symbol short name of this package. */
69 #undef PACKAGE_TARNAME
71 /* Define to the version of this package. */
72 #undef PACKAGE_VERSION
74 /* Define to 1 if you have the ANSI C header files. */
75 #undef STDC_HEADERS
77 /* Version number of package */
78 #undef VERSION
80 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
81 `char[]'. */
82 #undef YYTEXT_POINTER
84 /* Define to empty if `const' does not conform to ANSI C. */
85 #undef const
87 /* Define to rpl_malloc if the replacement function should be used. */
88 #undef malloc
90 /* Define to rpl_realloc if the replacement function should be used. */
91 #undef realloc
93 /* Define to `unsigned int' if <sys/types.h> does not define. */
94 #undef size_t