summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-04-20 15:09:59 +0000
committerobrien <obrien@FreeBSD.org>2004-04-20 15:09:59 +0000
commit0918fcd5c2251f01054ee1e5c95a8809b25030cd (patch)
treed1a129509dd66b6418076c37cd58f4f045ba6492 /gnu
parent3641ef4e5faaed7c7c7ec89b2429b36a782503b9 (diff)
downloadFreeBSD-src-0918fcd5c2251f01054ee1e5c95a8809b25030cd.zip
FreeBSD-src-0918fcd5c2251f01054ee1e5c95a8809b25030cd.tar.gz
Updated config.h for f77 3.3.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libg2c/config.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/gnu/lib/libg2c/config.h b/gnu/lib/libg2c/config.h
index 045a43f..5aefa3d 100644
--- a/gnu/lib/libg2c/config.h
+++ b/gnu/lib/libg2c/config.h
@@ -1,3 +1,5 @@
+/* $FreeBSD$ */
+
/* config.h. Generated automatically by configure. */
/* config.hin. Generated automatically from configure.in by autoheader. */
@@ -34,6 +36,12 @@
/* Define as the path of the `chmod' program. */
#define CHMOD_PATH "/bin/chmod"
+/* Define if your gettimeofday takes only one argument. */
+/* #undef GETTIMEOFDAY_ONE_ARGUMENT */
+
+/* Define if your gettimeofday takes a time zome argument. */
+#define HAVE_TIMEZONE 1
+
/* Define if you have the alarm function. */
#define HAVE_ALARM 1
@@ -105,3 +113,16 @@
/* Define if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
+
+/* Get Single Unix Specification semantics */
+#define _XOPEN_SOURCE 600L
+
+/* Get Single Unix Specification semantics */
+#define _XOPEN_SOURCE_EXTENDED 1
+
+/* Solaris extensions */
+#define __EXTENSIONS__ 1
+
+/* Get 64-bit file size support */
+#define _FILE_OFFSET_BITS 64
+
OpenPOWER on IntegriCloud