* libU77/acconfig.h: Define GETTIMEOFDAY_ONE_ARGUMENT and
HAVE_TIMEZONE in acconfig.h.
* libU77/config.hin: Rebuilt.
From-SVN: r29964
-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.
/* 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 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