Mailing List Archive

cvs commit: apache-1.3/src/os/unix os.h
rasmus 98/03/05 07:50:47

Modified: src/os/unix os.h
Log:
Fix a typo (and a test to see if I can commit without getting slammed ;)

Reviewed by: Ralf

Revision Changes Path
1.9 +1 -1 apache-1.3/src/os/unix/os.h

Index: os.h
===================================================================
RCS file: /export/home/cvs/apache-1.3/src/os/unix/os.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- os.h 1998/03/04 02:28:26 1.8
+++ os.h 1998/03/05 15:50:46 1.9
@@ -87,7 +87,7 @@
* Abstraction layer for dynamic loading of modules (mod_so.c)
*/

-#if defined(LINUX) || defined(__FreeBSD__) || defined(SOLARIS) || \
+#if defined(LINUX) || defined(__FreeBSD__) || defined(SOLARIS2) || \
defined(__bsdi__) || defined(IRIX)
# define HAS_DLFCN
#endif