summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/shm.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-08-25 18:21:07 +0000
committerChristopher Faylor <me@cgf.cx>2003-08-25 18:21:07 +0000
commit4392d36cbb8ba8dae24eca82c445d807497d69ff (patch)
treedd61a5e7d55d5896a48a1ecb7676ec9ac5bf3657 /winsup/cygwin/shm.cc
parente98b6dbb6d8c3f7e3329090a76814fae0ba2ce0b (diff)
downloadcygnal-4392d36cbb8ba8dae24eca82c445d807497d69ff.tar.gz
cygnal-4392d36cbb8ba8dae24eca82c445d807497d69ff.tar.bz2
cygnal-4392d36cbb8ba8dae24eca82c445d807497d69ff.zip
Throughout, change USE_CYGSERVER to USE_SERVER.
* Makefile.in (LIBSERVER): Define and use. * configure.in: Set LIBSERVER as appropriate. * environ.cc: Rename allow_daemon to allow_server. Only recognize when USE_SERVER is defined.
Diffstat (limited to 'winsup/cygwin/shm.cc')
-rw-r--r--winsup/cygwin/shm.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/shm.cc b/winsup/cygwin/shm.cc
index 1221298d2..2fef656e9 100644
--- a/winsup/cygwin/shm.cc
+++ b/winsup/cygwin/shm.cc
@@ -12,7 +12,7 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
#include "winsup.h"
-#ifdef USE_CYGSERVER
+#ifdef USE_SERVER
#include <sys/types.h>
#include <assert.h>
@@ -690,4 +690,4 @@ client_request_shm::client_request_shm (const key_t key,
msglen (sizeof (_parameters.in));
}
-#endif /* USE_CYGSERVER */
+#endif /* USE_SERVER */