diff options
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. */ |