diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2007-03-12 19:01:10 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2007-03-12 19:01:10 +0000 |
commit | 2c398056fd7bdab0ef0280566f644dfa95ea2ff9 (patch) | |
tree | 7148f18bdfdf2f3f3454c95536758b42c339df3f /config.h.in | |
parent | b82f0373c5c7bed95b7c7612db9c051bb37ea36e (diff) | |
download | LibXtract-2c398056fd7bdab0ef0280566f644dfa95ea2ff9.tar.gz LibXtract-2c398056fd7bdab0ef0280566f644dfa95ea2ff9.tar.bz2 LibXtract-2c398056fd7bdab0ef0280566f644dfa95ea2ff9.zip |
Removed -Werror from CFLAGS to make the PD example compile on OS X
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in index babd7f3..b05b0e5 100644 --- a/config.h.in +++ b/config.h.in @@ -18,8 +18,8 @@ /* 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. */ -#undef HAVE_MATH_H_ +/* Define to 1 if you have the <math.h */ +#undef HAVE_MATH_H /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -30,12 +30,9 @@ /* Define to 1 if you have the <stdio.h> header file. */ #undef HAVE_STDIO_H -/* Define to 1 if you have the <stdlib.h> header file. */ +/* Define to 1 if you have the <stdlib.h */ #undef HAVE_STDLIB_H -/* Define to 1 if you have the <stdlib.h,> header file. */ -#undef HAVE_STDLIB_H_ - /* Define to 1 if you have the <strings.h> header file. */ #undef HAVE_STRINGS_H |