source: config.h.in@ 91b216b4

ADT aaron-thesis arm-eh ast-experimental cleanup-dtors ctor deferred_resn demangler enum forall-pointer-decay gc_noraii jacob/cs343-translation jenkins-sandbox memory new-ast new-ast-unique-expr new-env no_list persistent-indexer pthread-emulation qualifiedEnum resolv-new string stuck-waitfor-destruct with_gc
Last change on this file since 91b216b4 was 51b73452, checked in by Peter A. Buhr <pabuhr@…>, 11 years ago

initial commit

  • Property mode set to 100644
File size: 828 bytes
Line 
1/* config.h.in. Generated automatically from configure.in by autoheader. */
2#undef CFA_PREFIX
3#undef CFA_BINDIR
4#undef CFA_LIBDIR
5//#undef CFA_SHAREDIR
6#undef ENABLE_PURIFY
7#undef CPP_PATH
8#undef GCC_PATH
9
10/* Define if you have the <malloc.h> header file. */
11#undef HAVE_MALLOC_H
12
13/* Define if you have the <unistd.h> header file. */
14#undef HAVE_UNISTD_H
15
16/* Name of package */
17#undef PACKAGE
18
19/* Define if your <sys/time.h> declares `struct tm'. */
20#undef TM_IN_SYS_TIME
21
22/* Version number of package */
23#undef VERSION
24
25/* Define if `lex' declares `yytext' as a `char *' by default, not a `char[]'.
26 */
27#undef YYTEXT_POINTER
28
29/* Define to empty if `const' does not conform to ANSI C. */
30#undef const
31
32/* Define as `__inline' if that's what the C compiler calls it, or to nothing
33 if it is not supported. */
34#undef inline
Note: See TracBrowser for help on using the repository browser.