summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libU77/config.hin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-05-09 22:47:59 +0000
committerobrien <obrien@FreeBSD.org>2002-05-09 22:47:59 +0000
commitc4cd6f62364376317c26d104dbae2a1d7688c6f1 (patch)
tree67cbb2dcc743690cb31fd56b75a992ce4a6950d9 /contrib/libf2c/libU77/config.hin
parentc95b4b5523419271f1bfef55bc47dfbcdced47c7 (diff)
parenteb81e01d5162436a00b210305c91bbba234a0238 (diff)
downloadFreeBSD-src-c4cd6f62364376317c26d104dbae2a1d7688c6f1.zip
FreeBSD-src-c4cd6f62364376317c26d104dbae2a1d7688c6f1.tar.gz
This commit was generated by cvs2svn to compensate for changes in r96295,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'contrib/libf2c/libU77/config.hin')
-rw-r--r--contrib/libf2c/libU77/config.hin22
1 files changed, 13 insertions, 9 deletions
diff --git a/contrib/libf2c/libU77/config.hin b/contrib/libf2c/libU77/config.hin
index 19f5399..2f20872 100644
--- a/contrib/libf2c/libU77/config.hin
+++ b/contrib/libf2c/libU77/config.hin
@@ -33,12 +33,6 @@
/* Define as the path of the `chmod' program. */
#undef CHMOD_PATH
-/* Define if your gettimeofday takes only one argument. */
-#undef GETTIMEOFDAY_ONE_ARGUMENT
-
-/* Define if your gettimeofday takes a time zome argument. */
-#undef HAVE_TIMEZONE
-
/* Define if you have the alarm function. */
#undef HAVE_ALARM
@@ -60,9 +54,6 @@
/* Define if you have the getrusage function. */
#undef HAVE_GETRUSAGE
-/* Define if you have the gettimeofday function. */
-#undef HAVE_GETTIMEOFDAY
-
/* Define if you have the getuid function. */
#undef HAVE_GETUID
@@ -110,3 +101,16 @@
/* Define if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
+
+/* Get Single Unix Specification semantics */
+#undef _XOPEN_SOURCE
+
+/* Get Single Unix Specification semantics */
+#undef _XOPEN_SOURCE_EXTENDED
+
+/* Solaris extensions */
+#undef __EXTENSIONS__
+
+/* Get 64-bit file size support */
+#undef _FILE_OFFSET_BITS
+
OpenPOWER on IntegriCloud