]> git.ipfire.org Git - thirdparty/ccache.git/commitdiff
ran autoheader
authorAndrew Tridgell <tridge@samba.org>
Wed, 18 May 2005 04:28:49 +0000 (06:28 +0200)
committerAndrew Tridgell <tridge@samba.org>
Wed, 18 May 2005 04:28:49 +0000 (06:28 +0200)
config.h.in
configure

index 286f0385c3baba4e7ac534763e2aa7792785dea1..f62239e0737161487ab86667322e5874915587cc 100644 (file)
@@ -19,6 +19,9 @@
 /* Define to 1 if you have the `gethostname' function. */
 #undef HAVE_GETHOSTNAME
 
+/* Define to 1 if you have the `getpwuid' function. */
+#undef HAVE_GETPWUID
+
 /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_INTTYPES_H
 
@@ -31,6 +34,9 @@
 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 #undef HAVE_NDIR_H
 
+/* Define to 1 if you have the <pwd.h> header file. */
+#undef HAVE_PWD_H
+
 /* Define to 1 if you have the `realpath' function. */
 #undef HAVE_REALPATH
 
 
 /* Define _GNU_SOURCE so that we get all necessary prototypes */
 #undef _GNU_SOURCE
+
+/* Define on UNIX to activate XPG/5 features.  */
+#if !defined(_XOPEN_SOURCE)
+# define _XOPEN_SOURCE 500
+#endif
index 2275677986402053556d2aff60c4c11fcfb37a50..5586c37b55ac1fbab14ad1358c4486e81af05a18 100755 (executable)
--- a/configure
+++ b/configure
@@ -2560,6 +2560,11 @@ cat >>confdefs.h <<\_ACEOF
 _ACEOF
 
 
+# The definition of _GNU_SOURCE potentially causes a change of the value
+# of _XOPEN_SOURCE. So define it only conditionally.
+
+
+
 # If GCC, turn on warnings.
 if test "x$GCC" = "xyes"
 then