summaryrefslogtreecommitdiff
path: root/config.h.win32.in
diff options
context:
space:
mode:
authorHans Breuer <hans@breuer.org>2001-11-05 01:15:38 +0000
committerHans Breuer <hans@src.gnome.org>2001-11-05 01:15:38 +0000
commit3a86505c77f967e891a68082b0bc28bd045f1192 (patch)
treeca865059c8659c2e4686877c595929c497af9b88 /config.h.win32.in
parent49d9628efc0144ff63da5d09d4aa2c51e309067a (diff)
downloadglib-3a86505c77f967e891a68082b0bc28bd045f1192.tar.gz
simplified wrapper around dirent functions to improve portability of
2001-11-04 Hans Breuer <hans@breuer.org> * glib/gdir.[hc] : (new files) simplified wrapper around dirent functions to improve portability of downstream libs/apps * glib/makefile.msc.in : use them * glib/glib.def : export them * config.h.win32.in : needing HAVE_DIRENT_H defined
Diffstat (limited to 'config.h.win32.in')
-rw-r--r--config.h.win32.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.win32.in b/config.h.win32.in
index dad493d3d..dae918eef 100644
--- a/config.h.win32.in
+++ b/config.h.win32.in
@@ -158,6 +158,9 @@
/* Define if you have the `dcgettext' function. */
#define HAVE_DCGETTEXT 1
+/* Define if you have the <dirent.h> header file. */
+#define HAVE_DIRENT_H 1
+
/* Define if you have the <dlfcn.h> header file. */
/* #undef HAVE_DLFCN_H */