Fixed stupid blunder where I renamed getpwanam to getpwnam.
authorJeremy Allison <jra@samba.org>
Fri, 20 Nov 1998 01:06:09 +0000 (01:06 +0000)
committerJeremy Allison <jra@samba.org>
Fri, 20 Nov 1998 01:06:09 +0000 (01:06 +0000)
Jeremy.

source/configure
source/configure.in
source/include/config.h.in

index 6d7a2ead2cfafcc679f31cf6dcd12b5928085a02..2b3b3f5989e88bf784d9b31213d01ff60b201beb 100755 (executable)
@@ -3878,7 +3878,7 @@ else
 fi
 done
 
-for ac_func in fseek64 ftell64 bigcrypt getprpwnam setluid yp_get_default_domain getpwnam
+for ac_func in fseek64 ftell64 bigcrypt getprpwnam setluid yp_get_default_domain getpwanam
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:3885: checking for $ac_func" >&5
index 817cbf663ff152f76e7e3482968fec1b6f0b09d4..015c4bdd754ee77f4d061341dba60cda609355ee 100644 (file)
@@ -192,7 +192,7 @@ AC_CHECK_FUNCS(strftime sigprocmask sigblock sigaction innetgr setnetgrent getne
 AC_CHECK_FUNCS(initgroups select rdchk getgrnam pathconf putprpwnam)
 AC_CHECK_FUNCS(setuidx setgroups mktime rename ftruncate stat64 fstat64 lstat64 fopen64)
 AC_CHECK_FUNCS(set_auth_parameters atexit grantpt getspnam dup2 lseek64 ftruncate64)
-AC_CHECK_FUNCS(fseek64 ftell64 bigcrypt getprpwnam setluid yp_get_default_domain getpwnam)
+AC_CHECK_FUNCS(fseek64 ftell64 bigcrypt getprpwnam setluid yp_get_default_domain getpwanam)
 AC_CHECK_FUNCS(srandom random srand rand setenv mmap64)
 # syscall() is needed for smbwrapper.
 AC_CHECK_FUNCS(syscall)
index c030ea53a668de3535067dfa5b0e79dbbe261c4d..d49a77ccb2f9d6cfecd6642cd463eb1c78d9f191 100644 (file)
 /* Define if you have the getprpwnam function.  */
 #undef HAVE_GETPRPWNAM
 
-/* Define if you have the getpwnam function.  */
-#undef HAVE_GETPWNAM
+/* Define if you have the getpwanam function.  */
+#undef HAVE_GETPWANAM
 
 /* Define if you have the getrlimit function.  */
 #undef HAVE_GETRLIMIT