rbb 99/11/22 05:48:07
Modified: src/lib/apr/test Makefile.in testargs.c
Removed: src/lib/apr/test testsig.c
Log:
With the removal of the signalling logic, this should have gone away too.
We no longer try to compile a test program for functions we don't have.
Revision Changes Path
1.9 +0 -9 apache-2.0/src/lib/apr/test/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apache-2.0/src/lib/apr/test/Makefile.in,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- Makefile.in 1999/10/24 04:22:22 1.8
+++ Makefile.in 1999/11/22 13:48:05 1.9
@@ -19,7 +19,6 @@
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
- [EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
[EMAIL PROTECTED]@ \
@@ -31,7 +30,6 @@
testsock.o \
testthread.o \
testtime.o \
- testsig.o \
testargs.o \
testcontext.o \
ab_apr.o \
@@ -72,9 +70,6 @@
[EMAIL PROTECTED]@: testtime.o
$(CC) $(CFLAGS) testtime.o -o [EMAIL PROTECTED]@ $(LDFLAGS)
[EMAIL PROTECTED]@: testsig.o
- $(CC) $(CFLAGS) testsig.o -o [EMAIL PROTECTED]@ $(LDFLAGS)
-
[EMAIL PROTECTED]@: testmmap.o
$(CC) $(CFLAGS) testmmap.o -o [EMAIL PROTECTED]@ $(LDFLAGS)
@@ -131,10 +126,6 @@
$(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h \
$(INCDIR)/apr_config.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_win.h \
$(INCDIR)/apr_lib.h
-testsig.o: testsig.c $(INCDIR)/apr_thread_proc.h \
- $(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h \
- $(INCDIR)/apr_config.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_win.h \
- $(INCDIR)/apr_lib.h
testsock.o: testsock.c $(INCDIR)/apr_thread_proc.h \
$(INCDIR)/apr_file_io.h $(INCDIR)/apr_general.h \
$(INCDIR)/apr_config.h $(INCDIR)/apr_errno.h $(INCDIR)/apr_win.h \
1.5 +0 -1 apache-2.0/src/lib/apr/test/testargs.c
Index: testargs.c
===================================================================
RCS file: /home/cvs/apache-2.0/src/lib/apr/test/testargs.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- testargs.c 1999/11/20 22:05:25 1.4
+++ testargs.c 1999/11/22 13:48:06 1.5
@@ -57,7 +57,6 @@
#include "apr_errno.h"
#include "apr_general.h"
#include "apr_lib.h"
-#include "apr_getopt.h"
#include <stdio.h>
#ifdef BEOS
#include <unistd.h>