Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-08-25 22:21:07 +0400
committerChristopher Faylor <me@cgf.cx>2003-08-25 22:21:07 +0400
commit4392d36cbb8ba8dae24eca82c445d807497d69ff (patch)
treedd61a5e7d55d5896a48a1ecb7676ec9ac5bf3657 /winsup/cygwin/acconfig.h
parente98b6dbb6d8c3f7e3329090a76814fae0ba2ce0b (diff)
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/acconfig.h')
-rw-r--r--winsup/cygwin/acconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/acconfig.h b/winsup/cygwin/acconfig.h
index 79e2651d3..36aee469e 100644
--- a/winsup/cygwin/acconfig.h
+++ b/winsup/cygwin/acconfig.h
@@ -17,4 +17,4 @@
#undef NEWVFORK
/* Define if using cygserver */
-#undef USE_CYGSERVER
+#undef USE_SERVER