summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorTim Janik <timj@psynet.net>1998-01-19 08:23:24 +0000
committerTim Janik <timj@src.gnome.org>1998-01-19 08:23:24 +0000
commit1a8765e6cea73a48c2e9e5216f6733c00e02531b (patch)
treead3ac0dc4cd0e488c2244f5248b4917499f5e64a /config.h.in
parent0c6a6baa088d77886e23033a61a83b6c2b3a5767 (diff)
downloadgdk-pixbuf-1a8765e6cea73a48c2e9e5216f6733c00e02531b.tar.gz
this is a stack of grabbing widgets now, having unique entries. the
Mon Jan 19 09:16:38 1998 Tim Janik <timj@psynet.net> * gtk/gtkmain.c (gtk_grab_add) (gtk_grab_remove): this is a stack of grabbing widgets now, having unique entries. the GTK_HAS_GRAB flag of a widget is set while it is on the stack (wasn't implemented before).
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 8 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 5e547ec4d..082633f17 100644
--- a/config.h.in
+++ b/config.h.in
@@ -3,6 +3,9 @@
/* 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
@@ -35,4 +38,8 @@
/* Define as the return type of signal handlers (int or void). */
#undef RETSIGTYPE
-#undef HAVE_MMAP
+/* Define if you have the getpagesize function. */
+#undef HAVE_GETPAGESIZE
+
+/* Define if you have the <unistd.h> header file. */
+#undef HAVE_UNISTD_H