blob: e5ab86e7208653c32dfa50e417b07441a52d3837 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ad,v 1.3 1998/12/03 17:23:52 tv Exp $
--- src/include/ap_config.h.orig Sat Oct 3 11:33:35 1998
+++ src/include/ap_config.h Wed Dec 2 11:18:59 1998
@@ -398,7 +398,7 @@
#define DEFAULT_USER_DIR "Library/Web Documents"
#define DEFAULT_USER "nobody"
#define DEFAULT_GROUP "nogroup"
-#define DEFAULT_PATH "/bin:/usr/bin:/usr/local/bin"
+#define DEFAULT_PATH "/bin:/usr/bin:@@PREFIX@@/bin:/usr/local/bin"
#endif
#elif defined(LINUX)
@@ -592,6 +592,7 @@
#define HAVE_MMAP 1
#define USE_MMAP_SCOREBOARD
#define USE_MMAP_FILES
+#define USE_FLOCK_SERIALIZED_ACCEPT
#endif
#elif defined(UTS21)
|