From 3e1caa61859a6057a65eb7c1585d47e05026c4f2 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 Nov 2004 16:11:35 +0000 Subject: HTTP "auth done right". See lib/README.httpauth --- packages/vms/config-vms.h_with_ssl | 6 ------ packages/vms/config-vms.h_without_ssl | 6 ------ 2 files changed, 12 deletions(-) (limited to 'packages') 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 -- cgit v1.2.3