]> granicus.if.org Git - curl/commit
Based on Gisle Vanem's $HOME patch, we now attempt to find the home dir
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 Nov 2003 17:17:15 +0000 (17:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Nov 2003 17:17:15 +0000 (17:17 +0000)
commit8be602cdfdfa117e1f771f1a7cdf995ea4ab989b
treeae81a668ebc577e7d6bc07a71ef8c5c418016c58
parent3dd40cca9a71061fc39f17ca46685e49929d4232
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.
src/Makefile.am
src/config.h.in
src/homedir.c [new file with mode: 0644]
src/homedir.h [new file with mode: 0644]
src/main.c