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:
authorCorinna Vinschen <corinna@vinschen.de>2009-01-21 20:14:39 +0300
committerCorinna Vinschen <corinna@vinschen.de>2009-01-21 20:14:39 +0300
commit7ffaa17c80379b1a5b5f66865ee72e1c89584386 (patch)
tree43f525530c89be0d02f751021356a7c71042d865 /winsup/cygwin/acconfig.h
parentd9ad7a9c4edb8d5b8cadd7d1f0599c5f45635940 (diff)
ChangeLog:
* configure.in: Remove --enable-server option. Allways add the cygserver directory to $SUBDIRS. * configure: Regenerate. cygwin/ChangeLog: Remove USE_SERVER define. Accommodate throughout. * configure.in: Remove --enable-server option. * configure: Regenerate. * environ.cc: Remove CYGWIN=server setting. cygserver/ChangeLog: * client.cc (allow_server): Remove variable. (client_request_get_version::client_request_get_version): Drop checking allow_server. utils/ChangeLog: * passwd.c: Remove CYGWIN=server requirement from usage text. doc/ChangeLog: * cygserver.sgml: Remove the "How to use the Cygserver services" section. * cygwinenv.sgml: Move "(no)server" to the removed options section. * faq-programming.xml: Remove CYGWIN=server requirement for running the Cygwin testsuite. * ntsec.sgml: Ditto for using `passwd -R'.
Diffstat (limited to 'winsup/cygwin/acconfig.h')
-rw-r--r--winsup/cygwin/acconfig.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/winsup/cygwin/acconfig.h b/winsup/cygwin/acconfig.h
index 53ac1fc74..0c1dc6610 100644
--- a/winsup/cygwin/acconfig.h
+++ b/winsup/cygwin/acconfig.h
@@ -9,6 +9,3 @@
/* Define if using new vfork functionality. */
#undef NEWVFORK
-
-/* Define if using cygserver */
-#undef USE_SERVER