From 4a78892df0b95cc22a976632445f3dca8893aae4 Mon Sep 17 00:00:00 2001 From: Doug Morris Date: Mon, 13 Sep 1999 19:23:29 +0000 Subject: [PATCH] moved canonical guesses back into user config section of config.h --- ChangeLog | 7 ++++++- acconfig.h | 10 ++++++++-- config.h.in | 46 ++++++++++++++++++++++++++-------------------- 3 files changed, 40 insertions(+), 23 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4936012..a92dd7b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Mon Sep 13 20:25:21 1999 Doug Morris +Mon Sep 13 21:20:10 1999 Doug Morris * 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 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 * updated Makefile.in so it recognized COMPLETION-TCSH and diff --git a/acconfig.h b/acconfig.h index a54d1d7..af77c9e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -116,8 +116,10 @@ */ #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 @@ -140,6 +142,10 @@ #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 diff --git a/config.h.in b/config.h.in index da9d917..5062e21 100644 --- a/config.h.in +++ b/config.h.in @@ -117,6 +117,32 @@ */ #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. */ @@ -167,26 +193,6 @@ /* 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 -- 1.7.10.4