aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-08 14:29:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-08 14:29:36 +0000
commitc10bc0ef1240518f4fd09519c11414667a4df5f1 (patch)
treecf18485ce452eba8fdd5fa5c71ac0cde07d66521 /src
parentf9b1981bd7df7370d5eddd3adb50bc52f47514d4 (diff)
for the getpwuid() etc
Diffstat (limited to 'src')
-rw-r--r--src/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 0de6dceea..44dd5f36d 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -73,3 +73,6 @@
/* Define to 1 if you have the `geteuid' function. */
#undef HAVE_GETEUID
+
+/* Define to 1 if you have the <pwd.h> header file. */
+#undef HAVE_PWD_H