source: config.h @ 134b86a

ADTaaron-thesisarm-ehast-experimentalcleanup-dtorsctordeferred_resndemanglerenumforall-pointer-decaygc_noraiijacob/cs343-translationjenkins-sandboxmemorynew-astnew-ast-unique-exprnew-envno_listpersistent-indexerpthread-emulationqualifiedEnumresolv-newstringwith_gc
Last change on this file since 134b86a was 51b7345, checked in by Peter A. Buhr <pabuhr@…>, 10 years ago

initial commit

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