summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-20 01:06:09 +0000
committerJeremy Allison <jra@samba.org>1998-11-20 01:06:09 +0000
commitb02d21a73d7f098c5599c606abbb5c92ea4ba13e (patch)
tree1ce7f7f7844c7828344e7815b3bfd54d639dec57 /source/include
parenta33b4f623f196ca7e8056454b9212fe0ffa389c2 (diff)
downloadsamba-b02d21a73d7f098c5599c606abbb5c92ea4ba13e.tar.gz
samba-b02d21a73d7f098c5599c606abbb5c92ea4ba13e.tar.xz
samba-b02d21a73d7f098c5599c606abbb5c92ea4ba13e.zip
Fixed stupid blunder where I renamed getpwanam to getpwnam.
Jeremy.
Diffstat (limited to 'source/include')
-rw-r--r--source/include/config.h.in4
1 files changed, 2 insertions, 2 deletions
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