diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2007-03-14 17:20:14 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2007-03-14 17:20:14 +0000 |
commit | 8c03bf4a4ec962659db170f3e5692413ac73e30a (patch) | |
tree | f8912aedaee725faf3a3992abffc0b376e453175 /config.h.in | |
parent | ce919d7f2178c4dc71d121cc716480e311e756af (diff) | |
download | LibXtract-8c03bf4a4ec962659db170f3e5692413ac73e30a.tar.gz LibXtract-8c03bf4a4ec962659db170f3e5692413ac73e30a.tar.bz2 LibXtract-8c03bf4a4ec962659db170f3e5692413ac73e30a.zip |
Fixed bug in xtract_spectrum() FFTW_R2HC now interpreted correctly. Updated ChangeLog and AUTHORS files.
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 |