diff options
author | Steve Price <steve@FreeBSD.org> | 2000-01-29 07:15:20 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 07:15:20 +0000 |
commit | 02cbdaa95ac8f02febc99f5d7dcab79361adeabb (patch) | |
tree | 2bf2b598acd0a71e33ed3a047cbce1cd9368b2fe /www/fhttpd/files/patch-ac | |
parent | Handle an invalid result code of 0 in Start-Control-Connection-Reply (diff) |
Adding fhttpd version 0.4.2.
A C++-based FTP/HTTP server that supports modules.
PR: 15804
Submitted by: Will Andrews <andrews@technologist.com>
Diffstat (limited to 'www/fhttpd/files/patch-ac')
-rw-r--r-- | www/fhttpd/files/patch-ac | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/www/fhttpd/files/patch-ac b/www/fhttpd/files/patch-ac new file mode 100644 index 000000000000..5772321b6055 --- /dev/null +++ b/www/fhttpd/files/patch-ac @@ -0,0 +1,36 @@ +--- Makefile Mon Apr 19 13:38:56 1999 ++++ Makefile.new Fri Dec 24 00:14:18 1999 +@@ -99,21 +99,21 @@ + + ## for Linux (glibc2/libc 6): + # +-COPTS = -Wall -O3 -felide-constructors -DLS_OPTIONS_IGNORE\ +- -DNEED_CRYPT_H -DCMSG_DATA_IS_A_MACRO \ +- -DMMAPPAGESIZE=65536 -DSIGARGS="int sig" -DSIGACTARGS="int sig"\ +- -D__s32=int\ +- -DGLOBAL_TIMEZONE -DGLIBC -DERRNO_DEFINED # -DFLOCK +-LFLAGS= -lcrypt ++#COPTS = -Wall -O3 -felide-constructors -DLS_OPTIONS_IGNORE\ ++# -DNEED_CRYPT_H -DCMSG_DATA_IS_A_MACRO \ ++# -DMMAPPAGESIZE=65536 -DSIGARGS="int sig" -DSIGACTARGS="int sig"\ ++# -D__s32=int\ ++# -DGLOBAL_TIMEZONE -DGLIBC -DERRNO_DEFINED # -DFLOCK ++#LFLAGS= -lcrypt + + ## for FreeBSD 2.2: + # +-#COPTS = -O2 -fno-strength-reduce -DLS_OPTIONS_IGNORE\ +-# -D__s32=int -DMMAPPAGESIZE=65536\ +-# -DPSEUDOPOLL -DCMSG_DATA_IS_A_MACRO\ +-# -DSIGARGS="int sig" -DSIGACTARGS="int sig"\ +-# -DTM_GMTOFF_PRESENT -DERRNO_DEFINED # -DFLOCK +-#LFLAGS = -lcrypt ++COPTS = -O2 -fno-strength-reduce -DLS_OPTIONS_IGNORE\ ++ -D__s32=int -DMMAPPAGESIZE=65536\ ++ -DPSEUDOPOLL -DCMSG_DATA_IS_A_MACRO\ ++ -DSIGARGS="int sig" -DSIGACTARGS="int sig"\ ++ -DTM_GMTOFF_PRESENT -DERRNO_DEFINED # -DFLOCK ++LFLAGS = -lcrypt + + # End of OS-dependent definitions + |