]> andersk Git - openssh.git/blobdiff - configure.ac
- (tim) [configure.ac] Define BROKEN_GETADDRINFO on SVR5 systems. The native
[openssh.git] / configure.ac
index 71b313c5943872262234e623cb31f84dbfec538d..98393595457232d97bdcff88fce7f0a4a50f5edd 100644 (file)
@@ -747,6 +747,7 @@ mips-sony-bsd|mips-sony-newsos4)
        AC_DEFINE(UNIXWARE_LONG_PASSWORDS, 1, [Support passwords > 8 chars])
        AC_DEFINE(USE_PIPES)
        AC_DEFINE(SETEUID_BREAKS_SETUID)
+       AC_DEFINE(BROKEN_GETADDRINFO)
        AC_DEFINE(BROKEN_SETREUID)
        AC_DEFINE(BROKEN_SETREGID)
        AC_DEFINE(PASSWD_NEEDS_USERNAME)
@@ -1351,6 +1352,7 @@ AC_CHECK_FUNCS( \
        getrlimit \
        getttyent \
        glob \
+       group_from_gid \
        inet_aton \
        inet_ntoa \
        inet_ntop \
@@ -1377,8 +1379,10 @@ AC_CHECK_FUNCS( \
        setegid \
        setenv \
        seteuid \
+       setgroupent \
        setgroups \
        setlogin \
+       setpassent\
        setpcred \
        setproctitle \
        setregid \
@@ -1407,6 +1411,7 @@ AC_CHECK_FUNCS( \
        truncate \
        unsetenv \
        updwtmpx \
+       user_from_uid \
        vasprintf \
        vhangup \
        vsnprintf \
This page took 0.033014 seconds and 4 git commands to generate.