summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-05 16:13:06 +1100
committerDamien Miller <djm@mindrot.org>2000-09-05 16:13:06 +1100
commitbac2d8aa5e642a70045e713853b13d020b9c5d57 (patch)
tree98ddc81efce2273b3dfaff03b51242c988d30abf /configure.in
parent676092fad0b6edca8f1fe731d7c3a000465a9bef (diff)
- (djm) Merge cygwin support from Corinna Vinschen <vinschen@cygnus.com>
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index b1dd1d067..9fb78f1ff 100644
--- a/configure.in
+++ b/configure.in
@@ -54,6 +54,18 @@ case "$host" in
54 MANTYPE='$(CATMAN)' 54 MANTYPE='$(CATMAN)'
55 mansubdir=cat 55 mansubdir=cat
56 ;; 56 ;;
57*-*-cygwin*)
58 LIBS="$LIBS /usr/lib/textmode.o"
59 AC_DEFINE(HAVE_CYGWIN)
60 AC_DEFINE(DISABLE_PAM)
61 AC_DEFINE(DISABLE_SHADOW)
62 AC_DEFINE(IPV4_DEFAULT)
63 AC_DEFINE(IP_TOS_IS_BROKEN)
64 AC_DEFINE(BROKEN_VHANGUP)
65 no_pam=1
66 no_libsocket=1
67 no_libnsl=1
68 ;;
57*-*-hpux10*) 69*-*-hpux10*)
58 if test -z "$GCC"; then 70 if test -z "$GCC"; then
59 CFLAGS="$CFLAGS -Ae" 71 CFLAGS="$CFLAGS -Ae"
@@ -1400,6 +1412,8 @@ if test ! -z "$blibpath" ; then
1400 AC_MSG_WARN([Please check and edit -blibpath in LDFLAGS in Makefile]) 1412 AC_MSG_WARN([Please check and edit -blibpath in LDFLAGS in Makefile])
1401fi 1413fi
1402 1414
1415AC_EXEEXT
1416
1403AC_OUTPUT(Makefile ssh_prng_cmds) 1417AC_OUTPUT(Makefile ssh_prng_cmds)
1404 1418
1405# Print summary of options 1419# Print summary of options