ianh 02/02/12 13:51:30
Modified: . configure.in
test .cvsignore
Added: atomic/unix Makefile.in
Log:
support files for unix
I don't have MSVC6 so I can't modify dsp's ;(
Revision Changes Path
1.406 +1 -1 apr/configure.in
Index: configure.in
===================================================================
RCS file: /home/cvs/apr/configure.in,v
retrieving revision 1.405
retrieving revision 1.406
diff -u -r1.405 -r1.406
--- configure.in 7 Feb 2002 22:48:17 -0000 1.405
+++ configure.in 12 Feb 2002 21:51:30 -0000 1.406
@@ -73,7 +73,7 @@
DEFAULT_OSDIR="unix"
echo "(Default will be ${DEFAULT_OSDIR})"
-apr_modules="file_io network_io threadproc misc locks time mmap shmem i18n
user memory"
+apr_modules="file_io network_io threadproc misc locks time mmap shmem i18n
user memory atomic"
dnl Checks for programs.
AC_PROG_MAKE_SET
1.1 apr/atomic/unix/Makefile.in
Index: Makefile.in
===================================================================
TARGETS = apr_atomic.lo
# bring in rules.mk for standard functionality
@INCLUDE_RULES@
DEFOSDIR=$(INCDIR)/arch/@DEFAULT_OSDIR@
INCDIR=../../include
INCLUDES=-I$(INCDIR) -I$(DEFOSDIR)
# DO NOT REMOVE
1.36 +1 -0 apr/test/.cvsignore
Index: .cvsignore
===================================================================
RCS file: /home/cvs/apr/test/.cvsignore,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- .cvsignore 3 Feb 2002 20:30:57 -0000 1.35
+++ .cvsignore 12 Feb 2002 21:51:30 -0000 1.36
@@ -8,6 +8,7 @@
testmmap
htdigest
proctest
+testatomic
testud
testargs
testdir