diff acconfig.h @ 1300:4d86fe3f634e

[project @ 1995-05-01 19:18:03 by jwe]
author jwe
date Mon, 01 May 1995 19:20:10 +0000
parents fd946f5926ce
children 88d41e3204d5
line wrap: on
line diff
--- a/acconfig.h	Mon May 01 18:53:09 1995 +0000
+++ b/acconfig.h	Mon May 01 19:20:10 1995 +0000
@@ -20,6 +20,9 @@
 /* Define if you don't have FSQP. */
 #undef FSQP_MISSING
 
+/* Define if your system has a single-arg prototype for gettimeofday. */
+#undef GETTIMEOFDAY_NO_TZ
+
 /* Define if you have finite.  */
 #undef HAVE_FINITE
 
@@ -50,6 +53,9 @@
 /* Define if this is Octave. */
 #undef OCTAVE_SOURCE
 
+/* Define if you don't have QPSOL. */
+#undef QPSOL_MISSING
+
 /* Define this to be the path separator for your system, as a
    character constant */
 #undef SEPCHAR
@@ -58,8 +64,11 @@
    character string */
 #undef SEPCHAR_STR
 
-/* Define if you don't have QPSOL. */
-#undef QPSOL_MISSING
+/* Define if math.h declares signgam. */
+#undef SIGNGAM_DECLARED
+
+/* To quiet autoheader. */
+#undef SMART_PUTENV
 
 /* Use GNU info for extended help system. */
 #undef USE_GNU_INFO
@@ -67,12 +76,6 @@
 /* Use GNU readline for command line editing and history. */
 #undef USE_READLINE
 
-/* Define if math.h declares signgam. */
-#undef SIGNGAM_DECLARED
-
-/* To quiet autoheader. */
-#undef SMART_PUTENV
-
 /* Define if using dld for dynamic linking of object files. */
 #undef WITH_DLD