summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-09-26 11:45:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-09-28 09:06:11 +0200
commiteb33ccd5332435fa50f1758e5debb869c6942b7f (patch)
tree818f3c3bd88714f4e80ed8ddec1c78d6a3dd1472 /packages
parenteb0167ff7d31d3a5e1f01e8b05e25b1bf94bb2a7 (diff)
downloadcurl-eb33ccd5332435fa50f1758e5debb869c6942b7f.tar.gz
functypes: provide the recv and send arg and return types
This header is for providing the argument types for recv() and send() when built to not use a dedicated config-[platfor].h file. Remove the slow brute-force checks from configure and cmake. This change also removes the use of the types for select, as they were not used in code. Closes #9592
Diffstat (limited to 'packages')
-rw-r--r--packages/vms/config_h.com49
1 files changed, 0 insertions, 49 deletions
diff --git a/packages/vms/config_h.com b/packages/vms/config_h.com
index 39f1a11b0..4612c6c2b 100644
--- a/packages/vms/config_h.com
+++ b/packages/vms/config_h.com
@@ -1661,55 +1661,6 @@ $ goto cfgh_in_loop1
$ endif
$ endif
$!
-$!
-$! Process SELECT directives
-$!-------------------------------------
-$ if key2a .eqs. "SELECT"
-$ then
-$ if key2 .eqs. "SELECT_QUAL_ARG5"
-$ then
-$ write tf "#ifndef ''key2'"
-$ write tf "#define ''key2' const"
-$ write tf "#endif"
-$ goto cfgh_in_loop1
-$ endif
-$ if key2 .eqs. "SELECT_TYPE_ARG1"
-$ then
-$ write tf "#ifndef ''key2'"
-$ write tf "#define ''key2' int"
-$ write tf "#endif"
-$ goto cfgh_in_loop1
-$ endif
-$ if key2 .eqs. "SELECT_TYPE_ARG2"
-$ then
-$ write tf "#ifndef ''key2'"
-$ write tf "#define ''key2' void *"
-$ write tf "#endif"
-$ goto cfgh_in_loop1
-$ endif
-$ if key2 .eqs. "SELECT_TYPE_ARG234"
-$ then
-$ write tf "#ifndef ''key2'"
-$ write tf "#define ''key2' fd_set *"
-$ write tf "#endif"
-$ goto cfgh_in_loop1
-$ endif
-$ if key2 .eqs. "SELECT_TYPE_ARG5"
-$ then
-$ write tf "#ifndef ''key2'"
-$ write tf "#define ''key2' struct timeval *"
-$ write tf "#endif"
-$ goto cfgh_in_loop1
-$ endif
-$ if key2 .eqs. "SELECT_TYPE_RETV"
-$ then
-$ write tf "#ifndef ''key2'"
-$ write tf "#define ''key2' int"
-$ write tf "#endif"
-$ goto cfgh_in_loop1
-$ endif
-$ endif
-$!
$! Process SEND directives
$!-------------------------------------
$ if key2a .eqs. "SEND"