22 lines
676 B
C
22 lines
676 B
C
--- config.h.in.orig 2006-12-10 21:33:49.000000000 +0100
|
|
+++ config.h.in 2007-11-14 20:50:36.000000000 +0100
|
|
@@ -15,6 +15,9 @@
|
|
*/
|
|
#undef HAVE_ALLOCA_H
|
|
|
|
+/* Define to 1 if you have the <asm/byteorder.h> header file. */
|
|
+#undef HAVE_ASM_BYTEORDER_H
|
|
+
|
|
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
|
|
*/
|
|
#undef HAVE_DIRENT_H
|
|
@@ -46,6 +49,9 @@
|
|
/* Define to 1 if you have the `z' library (-lz). */
|
|
#undef HAVE_LIBZ
|
|
|
|
+/* Define to 1 if you have the <machine/endian.h> header file. */
|
|
+#undef HAVE_MACHINE_ENDIAN_H
|
|
+
|
|
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
|
|
to 0 otherwise. */
|
|
#undef HAVE_MALLOC
|