aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-24 16:11:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-24 16:11:35 +0000
commit3e1caa61859a6057a65eb7c1585d47e05026c4f2 (patch)
tree3c1aed832eaf3cd917a90d8c8558106f8ea40ec5 /packages
parent50eafb7668de871451ae556e5405f5ab01c937ff (diff)
HTTP "auth done right". See lib/README.httpauth
Diffstat (limited to 'packages')
-rwxr-xr-xpackages/vms/config-vms.h_with_ssl6
-rwxr-xr-xpackages/vms/config-vms.h_without_ssl6
2 files changed, 0 insertions, 12 deletions
diff --git a/packages/vms/config-vms.h_with_ssl b/packages/vms/config-vms.h_with_ssl
index 9d8e522b7..e47acbe61 100755
--- a/packages/vms/config-vms.h_with_ssl
+++ b/packages/vms/config-vms.h_with_ssl
@@ -15,12 +15,6 @@
#endif
#endif
-/* Define to set number of kilobytes in initial POST message. On VMS systems
- this is important as the default is 100 and the maximum amount of data
- transferable in a VMS $QIO is 64K. All VMS versions prior to Alpha/I64
- V8.2 and TCP/IP V5.5 are affected by this. */
-#define MAX_INITIAL_POST_SIZE (60*1024)
-
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
diff --git a/packages/vms/config-vms.h_without_ssl b/packages/vms/config-vms.h_without_ssl
index 0d7eee7c8..5b87c1dd2 100755
--- a/packages/vms/config-vms.h_without_ssl
+++ b/packages/vms/config-vms.h_without_ssl
@@ -15,12 +15,6 @@
#endif
#endif
-/* Define to set the number of kilobytes per POST message. On VMS systems
- this is important as the default is 100 and the maximum amount of data
- transferable in a VMS QIO is 64K. All VMS versions prior to Alpha/I64 V8.2
- and TCP/IP V5.5 are affected by this. */
-#define MAX_INITIAL_POST_SIZE (60*1024)
-
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1