Lines Matching +full:- +full:- +full:enable +full:- +full:ldap
22 # SPDX-License-Identifier: curl
29 # --enable-
32 'fast-install' => 1,
33 'silent-rules' => 1,
38 'ldap' => 1,
52 'libcurl-option' => 1,
55 'openssl-auto-load-config' => 1,
56 'versioned-symbols' => 1,
57 'symbol-hiding' => 1,
58 'threaded-resolver' => 1,
61 'basic-auth' => 1,
62 'bearer-auth' => 1,
63 'digest-auth' => 1,
64 'kerberos-auth' => 1,
65 'negotiate-auth' => 1,
68 'ntlm-wb' => 1,
69 'tls-srp' => 1,
70 'unix-sockets' => 1,
73 'http-auth' => 1,
78 'progress-meter' => 1,
80 'get-easy-options' => 1,
81 'alt-svc' => 1,
84 # --with-
85 'aix-soname' => 1,
91 'ca-bundle' => 1,
92 'ca-path' => 1,
98 'lber-lib' => 1,
99 'ldap-lib' => 1,
109 while($opts =~ s/--with-([^ =]*)//) {
114 while($opts =~ s/--enable-([^ =]*)//) {
120 while($opts =~ s/--without-([^ =]*)//) {
125 while($opts =~ s/--disable-([^ =]*)//) {
133 # run configure --help and check what available WITH/ENABLE options that exist
135 open(C, "./configure --help|");
137 if($_ =~ /^ --(with|enable)-([a-z0-9-]+)/) {