diff options
author | alex <alex> | 2001-01-12 05:59:50 +0000 |
---|---|---|
committer | alex <alex> | 2001-01-12 05:59:50 +0000 |
commit | 994416ece7c515942ef9edf3539c470511252b4c (patch) | |
tree | 850718640c1b8d9e6d1d1751860a5eeed3622c8f /.cvsignore | |
parent | d90bb8fa19081d268c5ae72770d36e7a0d571cd4 (diff) | |
download | libsoup-994416ece7c515942ef9edf3539c470511252b4c.tar.gz libsoup-994416ece7c515942ef9edf3539c470511252b4c.tar.bz2 libsoup-994416ece7c515942ef9edf3539c470511252b4c.zip |
simple config file loading. Passing NULL as the config file name will load
* soup-misc.c (soup_load_config): simple config file loading. Passing NULL as the config file name will load from the system config file, which is $(sysconfdir)/souprc. Only options supported now are proxy-url and connection-limit.
* */.cvsignore: a little maintainer love.
Diffstat (limited to '.cvsignore')
-rw-r--r-- | .cvsignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 00000000..fa2c2d43 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,17 @@ +aclocal.m4 +config.cache +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +libtool +ltconfig +ltmain.sh +Makefile +Makefile.in +stamp-h +stamp.h +stamp-h.in |