summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 2 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index f9fb48d12..dde3c4589 100644
--- a/configure.ac
+++ b/configure.ac
@@ -586,9 +586,8 @@ case "$host" in
586 [Define if you want to disable shadow passwords]) 586 [Define if you want to disable shadow passwords])
587 AC_DEFINE([NO_X11_UNIX_SOCKETS], [1], 587 AC_DEFINE([NO_X11_UNIX_SOCKETS], [1],
588 [Define if X11 doesn't support AF_UNIX sockets on that system]) 588 [Define if X11 doesn't support AF_UNIX sockets on that system])
589 AC_DEFINE([NO_IPPORT_RESERVED_CONCEPT], [1], 589 AC_DEFINE([IPPORT_RESERVED], [0],
590 [Define if the concept of ports only accessible to 590 [Cygwin has no notion of ports only accessible to superusers])
591 superusers isn't known])
592 AC_DEFINE([DISABLE_FD_PASSING], [1], 591 AC_DEFINE([DISABLE_FD_PASSING], [1],
593 [Define if your platform needs to skip post auth 592 [Define if your platform needs to skip post auth
594 file descriptor passing]) 593 file descriptor passing])