diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-01-23 09:27:24 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-01-23 09:27:24 (GMT) |
commit | c300175547ced0af17857a29462b0f9294e8c31c (patch) | |
tree | dd3704d47b76e1714599eefe77d4eec0354dd11b /configure.in | |
parent | 4d394dfebbcf00e7eec74ee5f4c1b149b3744a91 (diff) | |
download | cpython-c300175547ced0af17857a29462b0f9294e8c31c.zip cpython-c300175547ced0af17857a29462b0f9294e8c31c.tar.gz cpython-c300175547ced0af17857a29462b0f9294e8c31c.tar.bz2 |
Patch #579435: Shadow Password Support Module
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 1b9d391..383c40f 100644 --- a/configure.in +++ b/configure.in @@ -960,7 +960,7 @@ dnl AC_MSG_RESULT($cpp_type) # checks for header files AC_HEADER_STDC -AC_CHECK_HEADERS(curses.h dlfcn.h fcntl.h grp.h langinfo.h \ +AC_CHECK_HEADERS(curses.h dlfcn.h fcntl.h grp.h shadow.h langinfo.h \ libintl.h ncurses.h poll.h pthread.h \ stropts.h termios.h thread.h \ unistd.h utime.h \ @@ -2076,7 +2076,7 @@ AC_MSG_RESULT(MACHDEP_OBJS) AC_CHECK_FUNCS(alarm bind_textdomain_codeset chown clock confstr ctermid \ execv fork fpathconf ftime ftruncate \ gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \ - getpriority getpwent getsid getwd \ + getpriority getpwent getspnam getspent getsid getwd \ kill killpg lchown lstat mkfifo mknod mktime \ mremap nice pathconf pause plock poll pthread_init \ putenv readlink realpath \ |