diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 16:11:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-11-24 16:11:35 +0000 |
commit | 3e1caa61859a6057a65eb7c1585d47e05026c4f2 (patch) | |
tree | 3c1aed832eaf3cd917a90d8c8558106f8ea40ec5 /packages | |
parent | 50eafb7668de871451ae556e5405f5ab01c937ff (diff) | |
download | curl-3e1caa61859a6057a65eb7c1585d47e05026c4f2.tar.gz |
HTTP "auth done right". See lib/README.httpauth
Diffstat (limited to 'packages')
-rwxr-xr-x | packages/vms/config-vms.h_with_ssl | 6 | ||||
-rwxr-xr-x | packages/vms/config-vms.h_without_ssl | 6 |
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 |