#!/usr/bin/env perl print <
, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms * are also available at https://curl.se/docs/copyright.html. * * You may opt to use, copy, modify, merge, publish, distribute and/or sell * copies of the Software, and permit persons to whom the Software is * furnished to do so, under the terms of the COPYING file. * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY * KIND, either express or implied. * * SPDX-License-Identifier: curl * ***************************************************************************/ /* This source code is generated by optiontable.pl - DO NOT EDIT BY HAND */ #include "curl_setup.h" #include "easyoptions.h" /* all easy setopt options listed in alphabetical order */ struct curl_easyoption Curl_easyopts[] = { HEAD ; my $lastnum=0; sub add { my($opt, $type, $num)=@_; my $name; # remove all spaces from the type $type =~ s/ //g; my $ext = $type; if($opt =~ /OBSOLETE/) { # skip obsolete options next; } if($opt =~ /^CURLOPT_(.*)/) { $name=$1; } $ext =~ s/CURLOPTTYPE_//; $ext =~ s/CBPOINT/CBPTR/; $ext =~ s/POINT\z//; $type = "CURLOT_$ext"; $opt{$name} = $opt; $type{$name} = $type; push @names, $name; if($num < $lastnum) { print STDERR "ERROR: $opt has bad number: $num < $lastnum\n"; exit 2; } else { $lastnum = $num; } } my $fl; while(