summaryrefslogtreecommitdiff
path: root/config.hin
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-09 14:11:42 +0000
committerJim Meyering <jim@meyering.net>2003-08-09 14:11:42 +0000
commit2376c2480d3b94d885b7937a790652d5e1aea109 (patch)
treec04bee4e5f236e72511fe4900f205c60d8880308 /config.hin
parentd3b7bfd25d6ece8018d6d43cea75b6ab0796b18a (diff)
downloadcoreutils-2376c2480d3b94d885b7937a790652d5e1aea109.tar.xz
.
Diffstat (limited to 'config.hin')
-rw-r--r--config.hin9
1 files changed, 5 insertions, 4 deletions
diff --git a/config.hin b/config.hin
index 921e52087..5377ae1b4 100644
--- a/config.hin
+++ b/config.hin
@@ -1360,10 +1360,6 @@
#ifndef _GNU_SOURCE
# undef _GNU_SOURCE
#endif
-/* Enable many GNU extensions on Solaris. */
-#ifndef __EXTENSIONS__
-# undef __EXTENSIONS__
-#endif
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
#undef _LARGEFILE_SOURCE
@@ -1381,6 +1377,11 @@
/* Define to 1 if you need to in order for `stat' and other things to work. */
#undef _POSIX_SOURCE
+/* Enable extensions on Solaris. */
+#ifndef __EXTENSIONS__
+# undef __EXTENSIONS__
+#endif
+
/* Define like PROTOTYPES; this can be used by system headers. */
#undef __PROTOTYPES