-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.
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
*/
#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
*/
#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