diff options
author | Tim Janik <timj@gtk.org> | 1998-05-09 01:17:03 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-05-09 01:17:03 +0000 |
commit | 9775962a96fc7e5bae7284642739243bbdfc8297 (patch) | |
tree | 5ec1d9a9638b42570540253869118cb6945d422d /acconfig.h | |
parent | 142c8483080b03bc415ae630f979b3327c505abc (diff) | |
download | gtk+-9775962a96fc7e5bae7284642739243bbdfc8297.tar.gz |
new file used as template for new file to define macros indicating newly
Sat May 9 02:34:41 1998 Tim Janik <timj@gtk.org>
* gtk/gtkfeatures.h.in: new file used as template for
* gtk/gtkfeatures.h: new file to define macros indicating newly
introduced features, such as GTK_HAVE_SIGNAL_INIT.
* gtk/gtksignal.c:
(gtk_signal_emitv_by_name):
(gtk_signal_emitv):
new functions to emit signals with an already provided parameter set.
(provided by Kenneth Albanowski <kjahds@kjahds.com>).
(gtk_signal_real_emit): prototype changes, so this functions always
gets its parameters and signal structure as arguments.
(gtk_signal_emit): provide the signal structure and parameter list for
gtk_signal_real_emit.
(gtk_signal_emit_by_name): likewise.
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/acconfig.h b/acconfig.h index 703d7a3af1..600655efb2 100644 --- a/acconfig.h +++ b/acconfig.h @@ -21,6 +21,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 @@ -31,11 +35,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 |