summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-16 15:21:26 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-16 15:21:26 +0000
commitb1a5208e6b478aa3cb33f3d88396e3be7e431f9e (patch)
tree06a93b9167191c3e5ec89cf8de1c324ce2fd94e2
parente6dacd92ecf190a685e5abd592fd78be401155d2 (diff)
downloadgnurl-b1a5208e6b478aa3cb33f3d88396e3be7e431f9e.tar.gz
gnurl-b1a5208e6b478aa3cb33f3d88396e3be7e431f9e.tar.bz2
gnurl-b1a5208e6b478aa3cb33f3d88396e3be7e431f9e.zip
removed the CURL_SEPARATORS define
-rw-r--r--src/main.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main.c b/src/main.c
index af0db73cf..c2c7e7edf 100644
--- a/src/main.c
+++ b/src/main.c
@@ -38,11 +38,6 @@
#define CURLseparator "--_curl_--"
-/* This define make use of the "Curlseparator" as opposed to the
- MIMEseparator. We might add support for the latter one in the
- future, and that's why this is left in the source. */
-#define CURL_SEPARATORS
-
/* This is now designed to have its own local setup.h */
#include "setup.h"