]> Pileus Git - ~andy/gtk/blobdiff - config.h.in
gtk/gtktable.c Fixed problem with division by zero in row/column-spanned
[~andy/gtk] / config.h.in
index d190ec4fe9d60acc7e20a51b4804854a61fb6bd3..082633f17de8fdb5b57400b1b7df23ee56b9cb95 100644 (file)
@@ -3,6 +3,12 @@
 /* Define to empty if the keyword does not work.  */
 #undef const
 
+/* Define if you have a working `mmap' system call.  */
+#undef HAVE_MMAP
+
+/* Define as __inline if that's what the C compiler calls it.  */
+#undef inline
+
 /* Define as the return type of signal handlers (int or void).  */
 #undef RETSIGTYPE
 
@@ -32,5 +38,8 @@
 /* Define as the return type of signal handlers (int or void).  */
 #undef RETSIGTYPE
 
-/* #undef PACKAGE */
-/* #undef VERSION */
+/* Define if you have the getpagesize function.  */
+#undef HAVE_GETPAGESIZE
+
+/* Define if you have the <unistd.h> header file.  */
+#undef HAVE_UNISTD_H