moved canonical guesses back into user config section of config.h
authorDoug Morris <doug@mhost.com>
Mon, 13 Sep 1999 19:23:29 +0000 (19:23 +0000)
committerDoug Morris <doug@mhost.com>
Mon, 13 Sep 1999 19:23:29 +0000 (19:23 +0000)
ChangeLog
acconfig.h
config.h.in

index 4936012..a92dd7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Mon Sep 13 20:25:21 1999 Doug Morris <doug@mhost.com>
+Mon Sep 13 21:20:10 1999 Doug Morris <doug@mhost.com>
 
        * added explicit cast to long from time_t for tclock in
        post.c.
@@ -7,6 +7,11 @@ Mon Sep 13 20:25:21 1999 Doug Morris <doug@mhost.com>
        it's needed for ioctl() anyway. This prevents a warning about
        implicit definition of ioctl().
 
+       * Moved guesses preformed by AC_CANONICAL_SYSTEM back into the
+       "User Configuration" section of config.h (moved @TOP@ in
+       acconfig.h) so they're easier to find, should someone actually
+       want to mess with them.
+
 Sun Sep 12 15:50:34 1999 Doug Morris <doug@mhost.com>
 
        * updated Makefile.in so it recognized COMPLETION-TCSH and
index a54d1d7..af77c9e 100644 (file)
  */
 #define WAITINT 1
 
-/***** END USER CONFIGURATION SECTION *****/
-@TOP@
+/* The following are autoconfigured, but you may wish to override the
+ * decisions of autoconf (and AC_CANONICAL_SYSTEM) and do your own
+ * thing. If so, you can modify the definitions. The Comments are as
+ * useful as ever. */
 
 /* Defined for Solaris 2.x, Irix, OSF/1, HP-UX, AIX, SCO5 */
 #undef SYS5
 #undef LINUX_STDIO
 
 
+/***** END USER CONFIGURATION SECTION *****/
+@TOP@
+
+
 /*
  * Define this if you want SMTP (simple mail transport protocol)
  * support.  When sending mail, instead of passing the message to
index da9d917..5062e21 100644 (file)
  */
 #define WAITINT 1
 
+/* The following are autoconfigured, but you may wish to override the
+ * decisions of autoconf (and AC_CANONICAL_SYSTEM) and do your own
+ * thing. If so, you can modify the definitions. The Comments are as
+ * useful as ever. */
+
+/* Defined for Solaris 2.x, Irix, OSF/1, HP-UX, AIX, SCO5 */
+#undef SYS5
+
+/* Defined for Solaris 2.x, Irix, OSF/1, HP-UX, AIX */
+#undef SVR4
+
+/* Defined for SunOS 4, FreeBSD, NetBSD, OpenBSD, BSD/OS -- does
+ * PicoBSD have uname? :) */
+#undef BIND
+#undef BSD42
+
+/* Defined for SunOS 4, FreeBSD, NetBSD, OpenBSD, BSD/OS */
+#undef BSD44
+
+/* Defined for SCO5 */
+#undef SCO_5_STDIO
+
+/* Defined for Linux */
+#undef LINUX_STDIO
+
+
 /***** END USER CONFIGURATION SECTION *****/
 
 /* Define to empty if the keyword does not work.  */
 /* Define vfork as fork if vfork does not work.  */
 #undef vfork
 
-/* Defined for Solaris 2.x, Irix, OSF/1, HP-UX, AIX, SCO5 */
-#undef SYS5
-
-/* Defined for Solaris 2.x, Irix, OSF/1, HP-UX, AIX */
-#undef SVR4
-
-/* Defined for SunOS 4, FreeBSD, NetBSD, OpenBSD, BSD/OS -- does
- * PicoBSD have uname? :) */
-#undef BIND
-#undef BSD42
-
-/* Defined for SunOS 4, FreeBSD, NetBSD, OpenBSD, BSD/OS */
-#undef BSD44
-
-/* Defined for SCO5 */
-#undef SCO_5_STDIO
-
-/* Defined for Linux */
-#undef LINUX_STDIO
-
 /*
  * Define this if you want SMTP (simple mail transport protocol)
  * support.  When sending mail, instead of passing the message to