diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-20 12:28:08 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-12-20 12:28:08 +0000 |
commit | e5051b14a4642a6a6c6097c0ae24ecdfa53594e9 (patch) | |
tree | 99f231bd5a6ca12d4d9e66f8019ceb0205d3a40a /config.h.in | |
parent | 18fc7723fd66941f394c1657c48bb996670d4ac5 (diff) | |
download | LibXtract-e5051b14a4642a6a6c6097c0ae24ecdfa53594e9.tar.gz LibXtract-e5051b14a4642a6a6c6097c0ae24ecdfa53594e9.tar.bz2 LibXtract-e5051b14a4642a6a6c6097c0ae24ecdfa53594e9.zip |
Fixed xtract_flatness()
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in index b05b0e5..babd7f3 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 */ -#undef HAVE_MATH_H +/* Define to 1 if you have the <math.h,> header file. */ +#undef HAVE_MATH_H_ /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -30,9 +30,12 @@ /* Define to 1 if you have the <stdio.h> header file. */ #undef HAVE_STDIO_H -/* Define to 1 if you have the <stdlib.h */ +/* Define to 1 if you have the <stdlib.h> header file. */ #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 |