You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Marc Slemko <ma...@znep.com> on 1997/05/30 19:24:18 UTC

1.2b11 compiles on...

HP-UX hinton B.10.20 A 9000/777 2009667036 two-user license
	- gcc
	- cc (flags setting still broken, had to manually set them...)
	
SunOS gwynne 4.1.4 1 sun4m unknown
	- gcc

AIX gpu5 1 4 000002929000 (4.1.4.0)
	- gcc
	- cc

SunOS ohaton 5.5.1 Generic_103640-08 sun4u sparc
	- gcc

IRIX cab112 6.2 03131015 IP22 mips
	- gcc
	- cc

NeXT OpenStep 4.0
	- gcc, warnings:

http_bprintf.c:33: warning: redefinition of macro FALSE
/NextLibrary/Frameworks/System.framework/Headers/mach/boolean.h:92: warning: this is the location of the previous definition
http_bprintf.c:34: warning: redefinition of macro TRUE
/NextLibrary/Frameworks/System.framework/Headers/mach/boolean.h:88: warning: this is the location of the previous definition
util_snprintf.c:247: warning: redefinition of macro FALSE
/NextLibrary/Frameworks/System.framework/Headers/mach/boolean.h:92: warning: this is the location of the previous definition
util_snprintf.c:248: warning: redefinition of macro TRUE
/NextLibrary/Frameworks/System.framework/Headers/mach/boolean.h:88: warning: this is the location of the previous definition
proxy_cache.c: In function `proxy_cache_update':
proxy_cache.c:804: warning: assignment makes pointer from integer without a cast
proxy_ftp.c: In function `proxy_ftp_handler':
proxy_ftp.c:503: warning: passing arg 4 of `setsockopt' discards `const' from pointer target type
proxy_ftp.c:756: warning: passing arg 4 of `setsockopt' discards `const' from pointer target type