paul 96/03/17 10:23:11
Modified: src Configuration.tmpl http_core.c
Log:
Fix a -Wall warning.
Revision Changes Path
1.6 +2 -2 apache/src/Configuration.tmpl
Index: Configuration.tmpl
===================================================================
RCS file: /export/home/cvs/apache/src/Configuration.tmpl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C3 -r1.5 -r1.6
*** Configuration.tmpl 1996/03/17 10:22:13 1.5
--- Configuration.tmpl 1996/03/17 18:23:09 1.6
***************
*** 111,119 ****
#AUX_CFLAGS= -DAPOLLO
# For NetBSD/FreeBSD/BSDI 2.x
# -m486 only if you are running on Intel 486/586
! #AUX_CFLAGS= -m486
# BSDI doesn't need -lcrypt
! #AUX_LIBS= -lcrypt
# For QNX
#AUX_CFLAGS= -DQNX
#AUX_LFLAGS= -N 0x20000
--- 111,119 ----
#AUX_CFLAGS= -DAPOLLO
# For NetBSD/FreeBSD/BSDI 2.x
# -m486 only if you are running on Intel 486/586
! AUX_CFLAGS= -m486
# BSDI doesn't need -lcrypt
! AUX_LIBS= -lcrypt
# For QNX
#AUX_CFLAGS= -DQNX
#AUX_LFLAGS= -N 0x20000
1.5 +2 -0 apache/src/http_core.c
Index: http_core.c
===================================================================
RCS file: /export/home/cvs/apache/src/http_core.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -C3 -r1.4 -r1.5
*** http_core.c 1996/03/01 02:46:44 1.4
--- http_core.c 1996/03/17 18:23:09 1.5
***************
*** 247,253 ****
--- 247,255 ----
{
struct in_addr *iaddr;
struct hostent *hptr;
+ #ifdef MAXIMUM_DNS
char **haddr;
+ #endif
core_dir_config *dir_conf;
/* If we haven't checked the host name, and we want to */