From b006f4832f69f162f9bfc5dffb4f872e756a7fe2 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 15 Sep 2008 15:14:00 +0000 Subject: [PATCH] Update to match what the configure script produces. Just for uniformity, 2008-09-15 Tor Lillqvist * config.h.win32.in: Update to match what the configure script produces. Just for uniformity, only commented out parts affected. svn path=/trunk/; revision=7489 --- ChangeLog | 5 +++++ config.h.win32.in | 24 ++++++++++-------------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/ChangeLog b/ChangeLog index 18a751dcb..27ea83918 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-15 Tor Lillqvist + + * config.h.win32.in: Update to match what the configure script + produces. Just for uniformity, only commented out parts affected. + 2008-09-13 Tor Lillqvist * glib/gutils.h diff --git a/config.h.win32.in b/config.h.win32.in index 78ed09474..7eff54243 100644 --- a/config.h.win32.in +++ b/config.h.win32.in @@ -211,19 +211,15 @@ /* Define to 1 if you have the `getmntinfo' function. */ /* #undef HAVE_GETMNTINFO */ -/* Define to 1 if you have the `getpagesize' function. */ -#if !defined(_MSC_VER) && !defined(__DMC__) -#define HAVE_GETPAGESIZE 1 -#else -/* #undef HAVE_GETPAGESIZE */ -#endif - /* Define to 1 if you have the `getpwuid' function. */ /* #undef HAVE_GETPWUID */ /* Define if the GNU gettext() function is already present or preinstalled. */ #define HAVE_GETTEXT 1 +/* Define to 1 if you have the `gmtime_r' function. */ +/* #undef HAVE_GMTIME_R */ + /* define to use system printf */ /* #undef HAVE_GOOD_PRINTF */ @@ -261,9 +257,6 @@ /* Define if you have and nl_langinfo(CODESET). */ /* #undef HAVE_LANGINFO_CODESET */ -/* Define to 1 if you have the header file. */ -/* #undef HAVE_LANGINFO_H */ - /* Define to 1 if you have the `lchown' function. */ /* #undef HAVE_LCHOWN */ @@ -310,7 +303,7 @@ /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 -/* Define to 1 if you have a working `mmap' system call. */ +/* Define to 1 if you have the `mmap' system call. */ /* #undef HAVE_MMAP */ /* Define to 1 if you have the header file. */ @@ -322,9 +315,6 @@ /* Define to 1 if you have the `nanosleep' function. */ /* #undef HAVE_NANOSLEEP */ -/* Define to 1 if you have the `nl_langinfo' function. */ -/* #undef HAVE_NL_LANGINFO */ - /* Have non-POSIX function getgrgid_r */ /* #undef HAVE_NONPOSIX_GETGRGID_R */ @@ -452,9 +442,15 @@ /* Define to 1 if you have the `strsignal' function. */ /* #undef HAVE_STRSIGNAL */ +/* Define to 1 if `f_bavail' is member of `struct statfs'. */ +/* #undef HAVE_STRUCT_STATFS_F_BAVAIL */ + /* Define to 1 if `f_fstypename' is member of `struct statfs'. */ /* #undef HAVE_STRUCT_STATFS_F_FSTYPENAME */ +/* Define to 1 if `f_basetype' is member of `struct statvfs'. */ +/* #undef HAVE_STRUCT_STATVFS_F_BASETYPE */ + /* Define to 1 if `st_atimensec' is member of `struct stat'. */ /* #undef HAVE_STRUCT_STAT_ST_ATIMENSEC */