mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
New gcompat.h header file as recommended by Havoc.
2000-12-24 Ali Abdin <aliabdin@aucegypt.edu> * Makefile.am, gcompat.h, glib.h: New gcompat.h header file as recommended by Havoc. * gdate.c, gdate.h, testgdate.c, docs/reference/glib/glib-sections.txt, docs/reference/glib/tmpl/date.sgml, tests/date-test.c: Rename some of the gdate functions to use the '_get' in their name. Patch reviewed by Havoc.
This commit is contained in:
@@ -8,7 +8,8 @@ bin_SCRIPTS=glib-config-2.0
|
||||
BUILT_SOURCES=glib-config-2.0
|
||||
glib-config-2.0: glib-config-2.0.in
|
||||
|
||||
INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@
|
||||
INCLUDES = -DG_LOG_DOMAIN=g_log_domain_glib @GLIB_DEBUG_FLAGS@ \
|
||||
-DG_DISBALE_COMPAT_H
|
||||
|
||||
EXTRA_DIST = \
|
||||
ChangeLog.pre-1-2 \
|
||||
@@ -101,6 +102,7 @@ glibinclude_HEADERS = \
|
||||
gasyncqueue.h \
|
||||
gbacktrace.h \
|
||||
gcache.h \
|
||||
gcompat.h \
|
||||
gcompletion.h \
|
||||
gconvert.h \
|
||||
gdataset.h \
|
||||
|
Reference in New Issue
Block a user