martin 98/03/06 05:18:45
Modified: src/os/unix os.h
Log:
SVR4 has <dlfcn.h>
Revision Changes Path
1.13 +1 -1 apache-1.3/src/os/unix/os.h
Index: os.h
===================================================================
RCS file: /home/cvs/apache-1.3/src/os/unix/os.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -u -r1.12 -r1.13
--- os.h 1998/03/06 13:16:18 1.12
+++ os.h 1998/03/06 13:18:44 1.13
@@ -88,7 +88,7 @@
*/
#if defined(LINUX) || defined(__FreeBSD__) || defined(SOLARIS2) || \
- defined(__bsdi__) || defined(IRIX) || defined(SNI)
+ defined(__bsdi__) || defined(IRIX) || defined(SVR4)
# define HAVE_DLFCN_H 1
#endif