trawick 01/06/06 12:37:17
Modified: server Makefile.in
. libhttpd.dsp
Removed: server util_date.c
include util_date.h
test test_date.c
Log:
get rid of util_date.c/util_date.h and associated test program
test_date.c
Revision Changes Path
1.46 +1 -1 httpd-2.0/server/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/httpd-2.0/server/Makefile.in,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- Makefile.in 2001/05/22 01:35:52 1.45
+++ Makefile.in 2001/06/06 19:37:06 1.46
@@ -9,7 +9,7 @@
LTLIBRARY_NAME = libmain.la
LTLIBRARY_SOURCES = \
test_char.h \
- config.c log.c main.c vhost.c util.c util_date.c \
+ config.c log.c main.c vhost.c util.c \
util_script.c util_md5.c util_cfgtree.c util_ebcdic.c \
rfc1413.c connection.c listen.c \
mpm_common.c util_charset.c util_debug.c util_xml.c \
1.24 +0 -8 httpd-2.0/libhttpd.dsp
Index: libhttpd.dsp
===================================================================
RCS file: /home/cvs/httpd-2.0/libhttpd.dsp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- libhttpd.dsp 2001/05/23 05:18:25 1.23
+++ libhttpd.dsp 2001/06/06 19:37:15 1.24
@@ -357,14 +357,6 @@
# End Source File
# Begin Source File
-SOURCE=.\server\util_date.c
-# End Source File
-# Begin Source File
-
-SOURCE=.\include\util_date.h
-# End Source File
-# Begin Source File
-
SOURCE=.\include\util_ebcdic.h
# End Source File
# Begin Source File
|