From: dgaudet Date: Sat, 28 Jun 1997 22:20:06 +0000 (+0000) Subject: Missed Jim's NO_SLACK for A/UX. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90eebb6065d3b6835463d16d513248a5c538a9a6;p=thirdparty%2Fapache%2Fhttpd.git Missed Jim's NO_SLACK for A/UX. Reviewed by: Submitted by: Obtained from: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78423 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/APACHE_1_2_X/src/include/ap_config.h b/APACHE_1_2_X/src/include/ap_config.h index 923cd7d4fba..423abd9fcd4 100644 --- a/APACHE_1_2_X/src/include/ap_config.h +++ b/APACHE_1_2_X/src/include/ap_config.h @@ -328,6 +328,7 @@ extern char *crypt(); * even on heavy systems sbrk() would be called at all... */ #define NO_LINGCLOSE +#define NO_SLACK #elif defined(SVR4) #define NO_KILLPG diff --git a/APACHE_1_2_X/src/include/conf.h b/APACHE_1_2_X/src/include/conf.h index 923cd7d4fba..423abd9fcd4 100644 --- a/APACHE_1_2_X/src/include/conf.h +++ b/APACHE_1_2_X/src/include/conf.h @@ -328,6 +328,7 @@ extern char *crypt(); * even on heavy systems sbrk() would be called at all... */ #define NO_LINGCLOSE +#define NO_SLACK #elif defined(SVR4) #define NO_KILLPG