aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2004-04-20 15:09:59 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2004-04-20 15:09:59 +0000
commit43cbe2e9d6ee5b83928ba466940f24aae15bfc36 (patch)
treed1a129509dd66b6418076c37cd58f4f045ba6492 /gnu
parent3a2366dc0f50845f6e547cadb9799bb104d9ae0a (diff)
Notes
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 045a43f6482d..5aefa3d6453b 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
+