changeset 2429:fd984f9b3ef4

[project @ 1996-10-25 06:34:27 by jwe]
author jwe
date Fri, 25 Oct 1996 06:34:27 +0000
parents 6979248bf0d3
children 47cc2a839994
files ChangeLog acconfig.h
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 	* config.h.bot: Add definition for GCC_ATTRIBUTE_UNUSED.
 
 	* configure.in: Define RUSAGE_TIMES_ONLY if cygwin32.
+	* acconfig.h: Add undef.
 
 Thu Oct 24 21:17:53 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>
 
--- a/acconfig.h
+++ b/acconfig.h
@@ -51,6 +51,9 @@
 /* Define if you don't have QPSOL. */
 #undef QPSOL_MISSING
 
+/* Define if your struct rusage only has time information. */
+#undef RUSAGE_TIMES_ONLY
+
 /* Define this to be the path separator for your system, as a
    character constant */
 #undef SEPCHAR