summaryrefslogtreecommitdiffstats
path: root/src/lib-http/http-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib-http/http-common.h')
-rw-r--r--src/lib-http/http-common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/lib-http/http-common.h b/src/lib-http/http-common.h
new file mode 100644
index 0000000..9aa217f
--- /dev/null
+++ b/src/lib-http/http-common.h
@@ -0,0 +1,7 @@
+#ifndef HTTP_COMMON_H
+#define HTTP_COMMON_H
+
+#define HTTP_DEFAULT_PORT 80
+#define HTTPS_DEFAULT_PORT 443
+
+#endif