diff options
author | Lars-Dominik Braun <lars@6xq.net> | 2015-04-06 12:25:13 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2015-04-06 12:25:13 +0200 |
commit | 4458cbab76fd98989fa2d4260dd20bbbd66297a4 (patch) | |
tree | 832c7230129b50c278044cb9f4aabe711697ee69 /src/libwaitress/config.h | |
parent | b13b61b77b6d58c8b541bc4628b998681e94875f (diff) | |
download | pianobar-windows-4458cbab76fd98989fa2d4260dd20bbbd66297a4.tar.gz pianobar-windows-4458cbab76fd98989fa2d4260dd20bbbd66297a4.tar.bz2 pianobar-windows-4458cbab76fd98989fa2d4260dd20bbbd66297a4.zip |
Switch back to libcurl
Drops libwaitress. Adds the new dependency libcurl and drops gnutls.
I wouldn’t say writing my own HTTP library was a mistake – it was not
and the experience gained was worth it. Instead I have to acknowledge
that libcurl is just better than my own implementation. Sure, it does a
lot more than HTTP – one could call that bloat. Yet if you just want to
get the job done™ reusing code is the way to go.
See #512 and #513.
Diffstat (limited to 'src/libwaitress/config.h')
-rw-r--r-- | src/libwaitress/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libwaitress/config.h b/src/libwaitress/config.h deleted file mode 100644 index e13fe40..0000000 --- a/src/libwaitress/config.h +++ /dev/null @@ -1 +0,0 @@ -#define PACKAGE "libwaitress" |