diff options
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index d49a77ccb2..c030ea53a6 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -442,8 +442,8 @@ /* Define if you have the getprpwnam function. */ #undef HAVE_GETPRPWNAM -/* Define if you have the getpwanam function. */ -#undef HAVE_GETPWANAM +/* Define if you have the getpwnam function. */ +#undef HAVE_GETPWNAM /* Define if you have the getrlimit function. */ #undef HAVE_GETRLIMIT |