aboutsummaryrefslogtreecommitdiff
path: root/src/config.h.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-07 17:17:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-07 17:17:15 +0000
commit8be602cdfdfa117e1f771f1a7cdf995ea4ab989b (patch)
treeae81a668ebc577e7d6bc07a71ef8c5c418016c58 /src/config.h.in
parent3dd40cca9a71061fc39f17ca46685e49929d4232 (diff)
Based on Gisle Vanem's $HOME patch, we now attempt to find the home dir
in a slightly better way for more platforms. The $HOME is only used for .curlrc atm, but the possible upcoming change of .netrc treatment may also need the home dir.
Diffstat (limited to 'src/config.h.in')
-rw-r--r--src/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 7f6efc27e..0de6dceea 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -67,3 +67,9 @@
/* Define to 1 if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
+
+/* Define to 1 if you have the `getpwuid' function. */
+#undef HAVE_GETPWUID
+
+/* Define to 1 if you have the `geteuid' function. */
+#undef HAVE_GETEUID