diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-10 09:20:33 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-10 09:20:33 +0000 |
commit | 6eeb126390f05a757f4060b2bae694de1eb4f4b3 (patch) | |
tree | 2e547cd3c232e5cc006838a4da5b4ba9c6050597 /config.h.in | |
parent | d0779800f72f682f5b2a874e8bcde1caadbf5a5d (diff) | |
download | LibXtract-6eeb126390f05a757f4060b2bae694de1eb4f4b3.tar.gz LibXtract-6eeb126390f05a757f4060b2bae694de1eb4f4b3.tar.bz2 LibXtract-6eeb126390f05a757f4060b2bae694de1eb4f4b3.zip |
Build system tweaks
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in index 01dc576..0735bf0 100644 --- a/config.h.in +++ b/config.h.in @@ -1,15 +1,21 @@ /* config.h.in. Generated from configure.in by autoheader. */ +/* Build the pd example */ +#undef BUILD_PD_EXAMPLE + /* Build the vector functions */ #undef BUILD_VECTOR +/* Define to enable debug */ +#undef DEBUG + /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H -/* Define to 1 if you have the <math.h> header file. */ +/* Define to 1 if you have the <math.h */ #undef HAVE_MATH_H /* Define to 1 if you have the <memory.h> header file. */ @@ -18,7 +24,10 @@ /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H -/* Define to 1 if you have the <stdlib.h> header file. */ +/* Define to 1 if you have the <stdio.h> header file. */ +#undef HAVE_STDIO_H + +/* Define to 1 if you have the <stdlib.h */ #undef HAVE_STDLIB_H /* Define to 1 if you have the <strings.h> header file. */ |