acconfig.h: Define GETTIMEOFDAY_ONE_ARGUMENT and HAVE_TIMEZONE in acconfig.h.
authorJeff Law <law@gcc.gnu.org>
Thu, 14 Oct 1999 08:05:09 +0000 (02:05 -0600)
committerJeff Law <law@gcc.gnu.org>
Thu, 14 Oct 1999 08:05:09 +0000 (02:05 -0600)
        * libU77/acconfig.h: Define GETTIMEOFDAY_ONE_ARGUMENT and
        HAVE_TIMEZONE in acconfig.h.
        * libU77/config.hin: Rebuilt.

From-SVN: r29964

libf2c/ChangeLog
libf2c/libU77/acconfig.h
libf2c/libU77/config.hin

index 94668e0..dba61a4 100644 (file)
@@ -1,4 +1,10 @@
-1999-10-22  Dave Love  <fx@gnu.org>
+1999-10-14 Theo Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
+
+       * libU77/acconfig.h: Define GETTIMEOFDAY_ONE_ARGUMENT and
+       HAVE_TIMEZONE in acconfig.h.
+       * libU77/config.hin: Rebuilt.
+
+1999-10-12  Dave Love  <fx@gnu.org>
 
        * libU77/aclocal.m4: Re-write, defining LIBU77_GETTIMEOFDAY, not
        LIBU77_HAVE_STRUCT_TIMEZONE.
index 1400ba5..778e154 100644 (file)
@@ -4,3 +4,8 @@
 /* Define if your sys/time.h defines struct timezone. */
 #undef HAVE_STRUCT_TIMEZONE
 
+/* Define if your gettimeofday takes only one argument. */
+#undef GETTIMEOFDAY_ONE_ARGUMENT
+
+/* Define if your gettimeofday takes a time zome argument. */
+#undef HAVE_TIMEZONE
index 27a89c0..19f5399 100644 (file)
 /* Define as the path of the `chmod' program. */
 #undef CHMOD_PATH
 
-/* Define if your sys/time.h defines struct timezone. */
-#undef HAVE_STRUCT_TIMEZONE
+/* 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