diff options
author | Tim Janik <timj@src.gnome.org> | 1998-05-10 07:44:43 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-05-10 07:44:43 +0000 |
commit | 86be352e82f412a5e75e320cc45de054ab6c42ca (patch) | |
tree | 4089ac5946e421f4edd9a23cbdd6faf8a6124921 /config.h.in | |
parent | 315affdfcb4a5bc491232f92a38581d49fedfbab (diff) | |
download | gtk+-86be352e82f412a5e75e320cc45de054ab6c42ca.tar.gz |
bugfixes, cleanups and macro reduction, nothing major though ;)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in index 5b9bc422c0..c606837d57 100644 --- a/config.h.in +++ b/config.h.in @@ -22,6 +22,10 @@ #undef HAVE_SHAPE_EXT #undef HAVE_SYS_SELECT_H +/* some systems do not allow to ipcrm pages prior to + * actual usage, namely: OSF1 V3.2, SunOS 4.1.1, 5.5, 5.5.1, 5.6, + * IRIX 5.2 and 6.2. + */ #undef IPC_RMID_DEFERRED_RELEASE #undef NO_FD_SET @@ -32,11 +36,6 @@ #undef XINPUT_GXI #undef XINPUT_XFREE -#undef GTK_MAJOR_VERSION -#undef GTK_MINOR_VERSION -#undef GTK_MICRO_VERSION -#undef GTK_VERSION - /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE |