source: git/old_modgen/include/config.h.in @ c36fda

spielwiese
Last change on this file since c36fda was c36fda, checked in by Oleksandr Motsak <motsak@…>, 10 years ago
Moved all the outdated modgen related stuff to /old_modgen/ for now
  • Property mode set to 100644
File size: 2.6 KB
Line 
1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
4#undef HAVE_DOPRNT
5
6/* Define to 1 if you have the <fcntl.h> header file. */
7#undef HAVE_FCNTL_H
8
9/* Define to 1 if you have the <inttypes.h> header file. */
10#undef HAVE_INTTYPES_H
11
12/* Define to 1 if you have the `gmp' library (-lgmp). */
13#undef HAVE_LIBGMP
14
15/* Define to 1 if your system has a working `malloc' function. */
16#undef HAVE_MALLOC
17
18/* Define to 1 if you have the <memory.h> header file. */
19#undef HAVE_MEMORY_H
20
21/* Define to 1 if you have the `memset' function. */
22#undef HAVE_MEMSET
23
24/* Define to 1 if you have the `mkdir' function. */
25#undef HAVE_MKDIR
26
27/* Define to 1 if you have the `mkstemp' function. */
28#undef HAVE_MKSTEMP
29
30/* Define to 1 if you have the `regcomp' function. */
31#undef HAVE_REGCOMP
32
33/* Define to 1 if you have the <stddef.h> header file. */
34#undef HAVE_STDDEF_H
35
36/* Define to 1 if you have the <stdint.h> header file. */
37#undef HAVE_STDINT_H
38
39/* Define to 1 if you have the <stdlib.h> header file. */
40#undef HAVE_STDLIB_H
41
42/* Define to 1 if you have the `strcasecmp' function. */
43#undef HAVE_STRCASECMP
44
45/* Define to 1 if you have the `strdup' function. */
46#undef HAVE_STRDUP
47
48/* Define to 1 if you have the <strings.h> header file. */
49#undef HAVE_STRINGS_H
50
51/* Define to 1 if you have the <string.h> header file. */
52#undef HAVE_STRING_H
53
54/* Define to 1 if you have the `strrchr' function. */
55#undef HAVE_STRRCHR
56
57/* Define to 1 if you have the <sys/stat.h> header file. */
58#undef HAVE_SYS_STAT_H
59
60/* Define to 1 if you have the <sys/types.h> header file. */
61#undef HAVE_SYS_TYPES_H
62
63/* Define to 1 if you have the <unistd.h> header file. */
64#undef HAVE_UNISTD_H
65
66/* Define to 1 if you have the `vprintf' function. */
67#undef HAVE_VPRINTF
68
69/* Define to the address where bug reports for this package should be sent. */
70#undef PACKAGE_BUGREPORT
71
72/* Define to the full name of this package. */
73#undef PACKAGE_NAME
74
75/* Define to the full name and version of this package. */
76#undef PACKAGE_STRING
77
78/* Define to the one symbol short name of this package. */
79#undef PACKAGE_TARNAME
80
81/* Define to the version of this package. */
82#undef PACKAGE_VERSION
83
84/* Define to 1 if you have the ANSI C header files. */
85#undef STDC_HEADERS
86
87/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
88   `char[]'. */
89#undef YYTEXT_POINTER
90
91/* Define to empty if `const' does not conform to ANSI C. */
92#undef const
93
94/* Define to `unsigned' if <sys/types.h> does not define. */
95#undef size_t
96
97/* Define to use GNU getopt_long from the system */
98#undef HAVE_GETOPT_LONG
99
Note: See TracBrowser for help on using the repository browser.