Loading APACHE_1_2_X/src/CHANGES +2 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,8 @@ Changes with Apache 1.2.1 *) pregsub had an off-by-1 in its error checking code. [Alexei Kosut] *) PORT: fix rlim_t problems with AIX 4.2. [Marc Slemko] PR#333 *) PORT: Update Unixware support for 2.1.2. [Lawrence Rosenman <ler@lerctr.org>] PR#511 Loading APACHE_1_2_X/src/Configure +7 −3 Original line number Diff line number Diff line Loading @@ -205,8 +205,12 @@ case "$PLAT" in CFLAGS="$CFLAGS -DAIX -U__STR__ -DUSEBCOPY" DEF_WANTHSREGEX=no ;; *-ibm-aix[1-3].*|*-ibm-aix4.[0-1]) OS='IBM AIX < v4.2' CFLAGS="$CFLAGS -DAIX -DNEED_RLIM_T -U__STR__" ;; *-ibm-aix*) OS='IBM AIX' OS='IBM AIX >= 4.2' CFLAGS="$CFLAGS -DAIX -U__STR__" ;; *-apollo-*) Loading APACHE_1_2_X/src/helpers/GuessOS +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in ;; AIX:*) echo "${MACHINE}-ibm-aix"; exit 0 echo "${MACHINE}-ibm-aix${VERSION}.${RELEASE}"; exit 0 ;; dgux:*) Loading APACHE_1_2_X/src/include/ap_config.h +2 −0 Original line number Diff line number Diff line Loading @@ -155,7 +155,9 @@ typedef int rlim_t; #define DEFAULT_GROUP "nobody" #endif #define DEFAULT_USER "nobody" #ifdef NEED_RLIM_T typedef int rlim_t; #endif #elif defined(ULTRIX) #define HAVE_GMTOFF Loading APACHE_1_2_X/src/include/conf.h +2 −0 Original line number Diff line number Diff line Loading @@ -155,7 +155,9 @@ typedef int rlim_t; #define DEFAULT_GROUP "nobody" #endif #define DEFAULT_USER "nobody" #ifdef NEED_RLIM_T typedef int rlim_t; #endif #elif defined(ULTRIX) #define HAVE_GMTOFF Loading Loading
APACHE_1_2_X/src/CHANGES +2 −0 Original line number Diff line number Diff line Loading @@ -82,6 +82,8 @@ Changes with Apache 1.2.1 *) pregsub had an off-by-1 in its error checking code. [Alexei Kosut] *) PORT: fix rlim_t problems with AIX 4.2. [Marc Slemko] PR#333 *) PORT: Update Unixware support for 2.1.2. [Lawrence Rosenman <ler@lerctr.org>] PR#511 Loading
APACHE_1_2_X/src/Configure +7 −3 Original line number Diff line number Diff line Loading @@ -205,8 +205,12 @@ case "$PLAT" in CFLAGS="$CFLAGS -DAIX -U__STR__ -DUSEBCOPY" DEF_WANTHSREGEX=no ;; *-ibm-aix[1-3].*|*-ibm-aix4.[0-1]) OS='IBM AIX < v4.2' CFLAGS="$CFLAGS -DAIX -DNEED_RLIM_T -U__STR__" ;; *-ibm-aix*) OS='IBM AIX' OS='IBM AIX >= 4.2' CFLAGS="$CFLAGS -DAIX -U__STR__" ;; *-apollo-*) Loading
APACHE_1_2_X/src/helpers/GuessOS +1 −1 Original line number Diff line number Diff line Loading @@ -61,7 +61,7 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in ;; AIX:*) echo "${MACHINE}-ibm-aix"; exit 0 echo "${MACHINE}-ibm-aix${VERSION}.${RELEASE}"; exit 0 ;; dgux:*) Loading
APACHE_1_2_X/src/include/ap_config.h +2 −0 Original line number Diff line number Diff line Loading @@ -155,7 +155,9 @@ typedef int rlim_t; #define DEFAULT_GROUP "nobody" #endif #define DEFAULT_USER "nobody" #ifdef NEED_RLIM_T typedef int rlim_t; #endif #elif defined(ULTRIX) #define HAVE_GMTOFF Loading
APACHE_1_2_X/src/include/conf.h +2 −0 Original line number Diff line number Diff line Loading @@ -155,7 +155,9 @@ typedef int rlim_t; #define DEFAULT_GROUP "nobody" #endif #define DEFAULT_USER "nobody" #ifdef NEED_RLIM_T typedef int rlim_t; #endif #elif defined(ULTRIX) #define HAVE_GMTOFF Loading