diff options
author | Tim Janik <timj@gimp.org> | 1998-03-08 02:04:26 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-03-08 02:04:26 +0000 |
commit | 76d01a826ca213bcd1b7ee71acdf687de9c9d7f0 (patch) | |
tree | 541c170d68302211c261ca92fcaa7af7d0af557a /acconfig.h | |
parent | 2395ed082603df688b4cb06ac8c51a44148ff414 (diff) | |
download | gdk-pixbuf-76d01a826ca213bcd1b7ee71acdf687de9c9d7f0.tar.gz |
define the version variables in config.h.
Sun Mar 8 03:00:17 1998 Tim Janik <timj@gimp.org>
* configure.in: define the version variables in config.h.
* gtk/gtkmain.h:
* gtk/gtkmain.c: added static version variables.
* gdk/gdkpixmap.c: fixed memory leaks (gtk-gronlund-980307-1.patch.gz)
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index be2cb542c..f4393880c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -31,6 +31,11 @@ #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 |