cvs commit: apache-apr/pthreads/src Configure

1999-04-20 Thread fielding
fielding99/04/19 22:29:42 Modified:pthreads/src Configure Log: CFLAGS and library needed to compile pthreads on Solaris. Revision ChangesPath 1.9 +2 -2 apache-apr/pthreads/src/Configure Index: Configure ===

cvs commit: apache-apr/pthreads/src Configure

1999-02-26 Thread rbb
rbb 99/02/26 12:04:21 Modified:pthreads/src Configure Log: Changes to configure so the hybrid server will compile correctly on AIX. Revision ChangesPath 1.7 +7 -0 apache-apr/pthreads/src/Configure Index: Configure

cvs commit: apache-apr/pthreads/src Configure

1999-02-23 Thread stoddard
stoddard99/02/23 12:52:17 Modified:pthreads/src/include apr.h pthreads/src Configure Log: Make this stuff compile and link on AIX 4.2. Revision ChangesPath 1.2 +77 -0 apache-apr/pthreads/src/include/apr.h Index: apr.h ==

cvs commit: apache-apr/pthreads/src Configure

1999-02-22 Thread manoj
manoj 99/02/21 23:36:00 Modified:pthreads/src Configure Log: AIX needs this flag to build the hybrid server correctly. We only enable it for 4.2 and 4.3 so far, because we haven't even tried this on a 4.1 or earlier box yet. Revision ChangesPath 1.5 +2 -2

cvs commit: apache-apr/pthreads/src Configure

1999-02-17 Thread manoj
manoj 99/02/17 00:29:12 Modified:pthreads/src Configure Log: Patch for Linux 2.x. Both the LinuxThreads home page and /usr/include/features.h from glibc 2.0 say that -D_REENTRANT should be used for compiling threaded programs. gcc provides a -pthread option which gives us thi

cvs commit: apache-apr/pthreads/src Configure

1999-02-04 Thread manoj
manoj 99/02/03 16:26:00 Modified:pthreads/src Configure Log: Make this compile out of the box on Linux. Revision ChangesPath 1.2 +1 -1 apache-apr/pthreads/src/Configure Index: Configure ==