diff acconfig.h @ 702:45764610984a

[project @ 1994-09-15 02:32:47 by jwe]
author jwe
date Thu, 15 Sep 1994 02:32:47 +0000
parents 68ef35f2157f
children 164e497d6039
line wrap: on
line diff
--- a/acconfig.h	Thu Sep 15 02:23:24 1994 +0000
+++ b/acconfig.h	Thu Sep 15 02:32:47 1994 +0000
@@ -54,9 +54,9 @@
 /* Define if you don't have NPSOL. */
 #undef NPSOL_MISSING
 
-/* Define to make Octave look for info files and function files in the
-   directory tree as the sources. */
-#undef RUN_IN_PLACE
+/* Define to compile smaller kernel.  Only works if some form of
+   dynamic linking is also supported and used. */
+#undef OCTAVE_LITE
 
 /* Define if this is Octave. */
 #undef OCTAVE_SOURCE
@@ -64,6 +64,13 @@
 /* Define if you don't have QPSOL. */
 #undef QPSOL_MISSING
 
+/* Define to make Octave look for info files and function files in the
+   directory tree as the sources. */
+#undef RUN_IN_PLACE
+
+/* To quiet autoheader. */
+#undef SMART_PUTENV
+
 /* Define if using -fexternal-templates with g++. */
 #undef USE_EXTERNAL_TEMPLATES