diff config.h.in @ 44:b2e7e24c9a9c

Fixed xtract_flatness()
author Jamie Bullock <jamie@postlude.co.uk>
date Wed, 20 Dec 2006 12:28:08 +0000
parents 4df9012cebf1
children 382278bea2c2
line wrap: on
line diff
--- a/config.h.in	Fri Dec 15 21:17:12 2006 +0000
+++ b/config.h.in	Wed Dec 20 12:28:08 2006 +0000
@@ -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