summaryrefslogtreecommitdiff
path: root/libf2c/libI77/config.h.in
diff options
context:
space:
mode:
authortoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-18 20:50:54 +0000
committertoon <toon@138bc75d-0d04-0410-961f-82ee72b054a4>2001-07-18 20:50:54 +0000
commitc27547fc921035a6dc7b098d31b8d2ed3ba51118 (patch)
tree42c96929db735bc667b04318be7d7df342f8dcc9 /libf2c/libI77/config.h.in
parent0074c35b1123ccac6df3eb93f8a44dfc1fdb8aaa (diff)
downloadgcc-c27547fc921035a6dc7b098d31b8d2ed3ba51118.tar.gz
2001-07-18 Toon Moene <toon@moene.indiv.nluug.nl>
* libI77/configure.in (_XOPEN_SOURCE, _FILE_OFFSET_BITS): Move these defines before tests which might be affected by them. (_XOPEN_SOURCE_EXTENDED): Define. * libI77/configure, libI77/config.h.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44133 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c/libI77/config.h.in')
-rw-r--r--libf2c/libI77/config.h.in15
1 files changed, 9 insertions, 6 deletions
diff --git a/libf2c/libI77/config.h.in b/libf2c/libI77/config.h.in
index c784d105f6e..671cc67a94e 100644
--- a/libf2c/libI77/config.h.in
+++ b/libf2c/libI77/config.h.in
@@ -30,6 +30,15 @@
/* Define if you have the tempnam function. */
#undef HAVE_TEMPNAM
+/* Get Single Unix Specification semantics */
+#undef _XOPEN_SOURCE
+
+/* Get Single Unix Specification semantics */
+#undef _XOPEN_SOURCE_EXTENDED
+
+/* Get 64-bit file size support */
+#undef _FILE_OFFSET_BITS
+
/* Define if fcntl.h is missing. */
#undef NO_FCNTL
@@ -51,9 +60,3 @@
/* Define to skip f2c undefs. */
#undef Skip_f2c_Undefs
-/* Get Single Unix Specification semantics */
-#undef _XOPEN_SOURCE
-
-/* Get 64-bit file size support */
-#undef _FILE_OFFSET_BITS
-