From b02d21a73d7f098c5599c606abbb5c92ea4ba13e Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 20 Nov 1998 01:06:09 +0000 Subject: Fixed stupid blunder where I renamed getpwanam to getpwnam. Jeremy. --- source/include/config.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/include') diff --git a/source/include/config.h.in b/source/include/config.h.in index c030ea53a66..d49a77ccb2f 100644 --- a/source/include/config.h.in +++ b/source/include/config.h.in @@ -442,8 +442,8 @@ /* 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 -- cgit