X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=config.h.in;h=37c9df8cd3addb69941939cf8cdd728d04b1e416;hb=155f420f2fbf5ec23a07d1c7327d2153c75028f2;hp=2a0043701e64a1e587bcfb2f5d73029e3174f0e4;hpb=655a21c72d126b435484c6ecab564c42f04f0f30;p=libfirm diff --git a/config.h.in b/config.h.in index 2a0043701..37c9df8cd 100644 --- a/config.h.in +++ b/config.h.in @@ -1,22 +1,5 @@ /* config.h.in. Generated from configure.ac by autoheader. */ - - -/* define to enable debugging stuff */ -#undef DEBUG_libfirm - -/* enable heap analysis */ -#undef DO_HEAPANALYSIS - -/* enable firm hooks */ -#undef FIRM_ENABLE_HOOKS - -/* enable wchar_t support for identifiers */ -#undef FIRM_ENABLE_WCHAR - -/* enable statistics code */ -#undef FIRM_STATISTICS - /* Define to 1 if you have the header file. */ #undef HAVE_ALLOCA_H @@ -90,21 +73,9 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* use inlining */ -#undef USE_INLINING - /* Version number of package */ #undef VERSION -/* compile with ilp solver support */ -#undef WITH_ILP - -/* compile with jvm support */ -#undef WITH_JVM - -/* define to 1 to use the libcore */ -#undef WITH_LIBCORE - /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN @@ -133,17 +104,3 @@ /* Define to empty if the keyword `volatile' does not work. Warning: valid code using `volatile' can become incorrect without. Disable with care. */ #undef volatile - - -#ifdef USE_INLINING -#define INLINE inline -#else -#define INLINE -#endif - -/* Firm statistics need hooks */ -#ifdef FIRM_STATISTICS -#ifndef FIRM_ENABLE_HOOKS -#define FIRM_ENABLE_HOOKS -#endif -#endif