summaryrefslogtreecommitdiff
path: root/apps/ibrowse/include
diff options
context:
space:
mode:
authorAdam Kocoloski <adam@cloudant.com>2010-10-26 12:53:24 -0400
committerAdam Kocoloski <adam@cloudant.com>2010-10-26 12:54:03 -0400
commit67865c8a5a400e039d41d6cb2759adb43a78e350 (patch)
treea74b2df33ee2872b3fba12302228d7f010ce4365 /apps/ibrowse/include
parent0f282438bdc2417a11c5644abd3bbdc7741c1b79 (diff)
use get-deps for ibrowse
As with mochiweb, the dependency URL is a Cloudant fork which contains the exact code (modulo whitespace) used in CouchDB releases.
Diffstat (limited to 'apps/ibrowse/include')
-rw-r--r--apps/ibrowse/include/ibrowse.hrl12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/ibrowse/include/ibrowse.hrl b/apps/ibrowse/include/ibrowse.hrl
deleted file mode 100644
index ebf3bb33..00000000
--- a/apps/ibrowse/include/ibrowse.hrl
+++ /dev/null
@@ -1,12 +0,0 @@
--ifndef(IBROWSE_HRL).
--define(IBROWSE_HRL, "ibrowse.hrl").
-
--record(url, {abspath, host, port, username, password, path, protocol}).
-
--record(lb_pid, {host_port, pid}).
-
--record(client_conn, {key, cur_pipeline_size = 0, reqs_served = 0}).
-
--record(ibrowse_conf, {key, value}).
-
--endif.